Use C++20

This commit is contained in:
Maschell 2022-05-09 19:41:28 +02:00
parent 6e2b4fa800
commit 540715a973
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ CFLAGS := -Wall -Wextra -O0 -ffunction-sections\
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
CXXFLAGS := $(CFLAGS) -std=c++17
CXXFLAGS := $(CFLAGS) -std=c++20
ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUMSSPECS)