Skip to content

Commit

Permalink
Overhaul the Dataset formatting once more.
Browse files Browse the repository at this point in the history
also change C++ version to C++20
  • Loading branch information
Jaklyy committed Nov 27, 2023
1 parent fb8bf02 commit 532d602
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 283 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CFLAGS := -g -Wall -O2\
$(ARCH)

CFLAGS += $(INCLUDE) -DARM9
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=c++20

ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down
Loading

0 comments on commit 532d602

Please sign in to comment.