Skip to content

Commit 87778c3

Browse files
committed
try fix #6
1 parent 09d5a22 commit 87778c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/cmake/gcc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if(NOT CMAKE_C_COMPILER_ID STREQUAL "Clang")
5353
add_compile_options("$<$<COMPILE_LANGUAGE:C>:-Wold-style-declaration>")
5454
endif()
5555
else()
56-
add_compile_options("$<$<COMPILE_LANGUAGE:C>:-std=gnu99;-Wno-microsoft>")
56+
add_compile_options("$<$<COMPILE_LANGUAGE:C>:-Wno-microsoft>")
5757
add_compile_options(-Wno-pragma-pack)
5858
add_compile_options(-fno-associative-math)
5959
add_compile_options(-fcommon)

0 commit comments

Comments
 (0)