diff options
author | Ian C <ianc@noddybox.co.uk> | 2022-03-17 20:19:11 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2022-03-17 20:19:11 +0000 |
commit | 626a52ce8b4a8b2989b3c871f9ec5bb4886eba2c (patch) | |
tree | e538a2c0f0d33e01aa38a0c4c53d4fda4d74a25c /Makefile | |
parent | 74fe4fda2a3059b97d1bfcc03e37be1a19ea82fe (diff) |
Updated Makefile for newer devkitpro
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,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 |