diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-24 18:19:01 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-24 18:19:01 -0700 |
commit | 9d0dc24025181a59a4129e024155596830782279 (patch) | |
tree | eed45f982959b1351572081bade9769b67c3161f | |
parent | bb80eb185f22c642f8a4bf4066cd2b043a556446 (diff) | |
download | gbarubik-9d0dc24025181a59a4129e024155596830782279.tar.gz gbarubik-9d0dc24025181a59a4129e024155596830782279.zip |
update compile options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | compile_flags.txt | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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) diff --git a/compile_flags.txt b/compile_flags.txt index e71e5ee..988ca46 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,3 +1,4 @@ -I/opt/devkitpro/libtonc/include -I./inc/ -I./build/ +-std=c++20 |