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 09d5a22 commit 87778c3Copy full SHA for 87778c3
sdk/cmake/gcc.cmake
@@ -53,7 +53,7 @@ if(NOT CMAKE_C_COMPILER_ID STREQUAL "Clang")
53
add_compile_options("$<$<COMPILE_LANGUAGE:C>:-Wold-style-declaration>")
54
endif()
55
else()
56
- add_compile_options("$<$<COMPILE_LANGUAGE:C>:-std=gnu99;-Wno-microsoft>")
+ add_compile_options("$<$<COMPILE_LANGUAGE:C>:-Wno-microsoft>")
57
add_compile_options(-Wno-pragma-pack)
58
add_compile_options(-fno-associative-math)
59
add_compile_options(-fcommon)
0 commit comments