Skip to content

Commit

Permalink
Use C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed May 12, 2022
1 parent 2b8d2d5 commit 4509b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CFLAGS := -Wall -Wextra -Os -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) -T$(WUMS_ROOT)/share/libkernel.ld $(WUMSSPECS)
Expand Down

0 comments on commit 4509b92

Please sign in to comment.