Skip to content

Commit

Permalink
build: add c++20 flag to Android.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Apr 22, 2023
1 parent 8f00133 commit df33588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
APP_STL := c++_shared
APP_CPPFLAGS += -std=c++17
APP_CPPFLAGS += -std=c++20
ifneq ($(OS),Windows_NT)
APP_LDFLAGS += -fuse-ld=gold
endif
Expand Down

0 comments on commit df33588

Please sign in to comment.