summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-24 18:19:01 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-24 18:19:01 -0700
commit9d0dc24025181a59a4129e024155596830782279 (patch)
treeeed45f982959b1351572081bade9769b67c3161f /Makefile
parentbb80eb185f22c642f8a4bf4066cd2b043a556446 (diff)
downloadgbarubik-9d0dc24025181a59a4129e024155596830782279.tar.gz
gbarubik-9d0dc24025181a59a4129e024155596830782279.zip
update compile options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b67dee2..4689ced 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ GRAPHICS := graphics
#---------------------------------------------------------------------------------
ARCH := -mthumb -mthumb-interwork
-CFLAGS := -g -Wall -O2\
+CFLAGS := -g -Wall -O2 \
-mcpu=arm7tdmi -mtune=arm7tdmi\
-std=c++20 \
$(ARCH)