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 cc84f71 commit a157c87Copy full SHA for a157c87
test/CMakeLists.txt
@@ -37,7 +37,7 @@ FILE(WRITE ${CMAKE_BINARY_DIR}/version.h
37
38
#include_directories(${CMAKE_BINARY_DIR})
39
40
-set(CMAKE_C_FLAGS "-g -O0 -std=c11 -Wall -Wextra")
+set(CMAKE_C_FLAGS "-g -O0 -std=c23 -Wall -Wextra")
41
42
set(NO_INFO "-DNO_INFO=1")
43
if(INFO)
0 commit comments