diff options
author | Ian C <ianc@noddybox.co.uk> | 2022-03-17 20:15:20 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2022-03-17 20:15:20 +0000 |
commit | 933aa1be6910ef49023716a59f815e679f0b934a (patch) | |
tree | afb971418c3ee14419f49e061b4fc11966e7fa38 /Makefile | |
parent | 4659bc60bf2cc34fd43c5fcb4f6c76afebcd74bb (diff) |
Updated Makefile for updated devkitpro
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ CFLAGS := -g -Wall -O2 -mword-relocations \ -ffunction-sections \ $(ARCH) -CFLAGS += $(INCLUDE) -DARM11 -D_3DS +CFLAGS += $(INCLUDE) -D__3DS__ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11 |