mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 07:59:28 +00:00
Build renderer/components/rnsvg with -std=c++20 (#2141)
This commit is contained in:
@@ -10,7 +10,7 @@ set(RNS_GENERATED_REACT_DIR ${RNS_GENERATED_JNI_DIR}/react/renderer/components/r
|
|||||||
add_compile_options(
|
add_compile_options(
|
||||||
-fexceptions
|
-fexceptions
|
||||||
-frtti
|
-frtti
|
||||||
-std=c++17
|
-std=c++20
|
||||||
-Wall
|
-Wall
|
||||||
-Wpedantic
|
-Wpedantic
|
||||||
-Wno-gnu-zero-variadic-macro-arguments
|
-Wno-gnu-zero-variadic-macro-arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user