fix : use gnu90 to compile

This commit is contained in:
Chanchan
2023-01-30 18:18:33 +08:00
parent 3dcba7b159
commit 20539aa554

View File

@@ -18,7 +18,7 @@ elseif is_mode("debug") then
set_optimize("none")
end
set_languages("c90", "c++11")
set_languages("gnu90", "c++11")
set_warnings("all")
set_exceptions("no-cxx")