Skip to content

Commit

Permalink
Update for HOS 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alula authored and p-sam committed Apr 20, 2023
1 parent c7e167e commit 570f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CFLAGS := -g -Wall -O2 -ffunction-sections \

CFLAGS += $(INCLUDE) -D__SWITCH__

CXXFLAGS := $(CFLAGS) -fno-exceptions -std=gnu++17
CXXFLAGS := $(CFLAGS) -fno-exceptions -std=gnu++20

ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down

0 comments on commit 570f1e5

Please sign in to comment.