We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea501b3 commit 531279fCopy full SHA for 531279f
cmake/arm64-apple-clang.cmake
@@ -13,4 +13,4 @@ set( arch_c_flags "-march=armv8.4-a -fvectorize -ffp-model=fast -fno-finite-math
13
set( warn_c_flags "-Wno-format -Wno-unused-variable -Wno-unused-function" )
14
15
set( CMAKE_C_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )
16
-set( CMAKE_CXX_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )
+set( CMAKE_CXX_FLAGS_INIT "${arch_c_flags} ${warn_c_flags}" )
0 commit comments