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 ed8a1ad commit 581ef84Copy full SHA for 581ef84
cmake/CompileOptions.cmake
@@ -23,6 +23,7 @@ set(DEFAULT_PROJECT_OPTIONS
23
LINKER_LANGUAGE "CXX"
24
POSITION_INDEPENDENT_CODE ON
25
CXX_VISIBILITY_PRESET "hidden"
26
+ CXX_EXTENSIONS Off
27
)
28
29
0 commit comments