summaryrefslogtreecommitdiff
path: root/demo/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'demo/GNUmakefile')
-rw-r--r--demo/GNUmakefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/demo/GNUmakefile b/demo/GNUmakefile
index a40d516..27be37f 100644
--- a/demo/GNUmakefile
+++ b/demo/GNUmakefile
@@ -12,16 +12,18 @@ OBJCOPY := arm-none-eabi-objcopy
# TOOL FLAGS
-CFLAGS := \
- -I../agbx/include \
- -Iinclude \
- -O3 \
- -Wall \
- -Wextra \
- -Wpedantic \
- -fshort-enums \
- -mcpu=arm7tdmi \
- -nostdlib \
+CFLAGS := \
+ -I../agbx/include \
+ -Iinclude \
+ -O3 \
+ -Wall \
+ -Wextra \
+ -Wpedantic \
+ -Wno-gnu-binary-literal \
+ -Wno-gnu-empty-initializer \
+ -fshort-enums \
+ -mcpu=arm7tdmi \
+ -nostdlib \
-std=c2x
LDFLAGS := \