Skip to content

Commit

Permalink
fix: proper cpp standard
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Feb 22, 2024
1 parent 86938f2 commit ed3b50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/src/main/jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(LIB_ANDROID_GENERATED_COMPONENTS_DIR ${LIB_ANDROID_GENERATED_JNI_DIR}/react/
add_compile_options(
-fexceptions
-frtti
-std=c++17
-std=c++20
-Wall
-Wpedantic
-Wno-gnu-zero-variadic-macro-arguments
Expand Down Expand Up @@ -61,7 +61,7 @@ target_compile_options(
-DLOG_TAG=\"ReactNative\"
-fexceptions
-frtti
-std=c++17
-std=c++20
-Wall
)

Expand Down

0 comments on commit ed3b50e

Please sign in to comment.