mirror of
https://github.com/wiiu-env/SDHotSwapModule.git
synced 2024-11-10 13:45:15 +01:00
Use C++20
This commit is contained in:
parent
6e2b4fa800
commit
c5c7b5deab
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ CFLAGS := -Wall -Wextra -O0 -ffunction-sections\
|
|||||||
|
|
||||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||||
|
|
||||||
CXXFLAGS := $(CFLAGS) -std=c++17
|
CXXFLAGS := $(CFLAGS) -std=c++20
|
||||||
|
|
||||||
ASFLAGS := -g $(ARCH)
|
ASFLAGS := -g $(ARCH)
|
||||||
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUMSSPECS)
|
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUMSSPECS)
|
||||||
|
Loading…
Reference in New Issue
Block a user