Skip to content

Commit

Permalink
Add support for 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Feb 23, 2023
1 parent a7fd31b commit 479279e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CFLAGS := -g -Wall -O2 -ffunction-sections \

CFLAGS += $(INCLUDE) -D__SWITCH__ -DAPP_VERSION="\"$(APP_VERSION)\""

CXXFLAGS := $(CFLAGS) -fno-exceptions -std=c++20
CXXFLAGS := $(CFLAGS) -fno-exceptions -std=c++20 -Wno-dangling-else

ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
Expand Down
2 changes: 1 addition & 1 deletion lib/libtesla
Submodule libtesla updated 1 files
+2,228 −2,225 include/tesla.hpp

0 comments on commit 479279e

Please sign in to comment.