diff options
Diffstat (limited to 'project.conf')
| -rw-r--r-- | project.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/project.conf b/project.conf index 38af0ba..f57b88b 100644 --- a/project.conf +++ b/project.conf @@ -4,11 +4,11 @@ type = "executable" version = "5.15.3" platforms = ["posix"] -[lang.cpp] -version = "c++17" +[lang.c] +version = "c11" [config] -ignore_dirs = ["kms/server", "src/gsr_cli", "build", "debug-build", "plugin/examples"] +ignore_dirs = ["kms/server", "tools", "build", "debug-build", "plugin/examples"] #error_on_warning = "true" [define] |
