1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2024-11-27 23:20:49 +01:00

fix(compile): remove c99 restriction

This commit is contained in:
源文雨 2024-04-12 22:51:42 +09:00
parent 3a9536d08e
commit c1fe6dc3f5
2 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ SET(CMAKE_BUILD_TYPE "Release")
include_directories("/usr/local/include")
link_directories("/usr/local/lib")
#c99
add_compile_options(-std=c99)
message(STATUS "optional:-std=c99")
add_executable(cmoe cmoe.c)
add_executable(cmoeditor editor.c)