aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/project.conf b/project.conf
index e671b91..3950938 100644
--- a/project.conf
+++ b/project.conf
@@ -4,8 +4,9 @@ type = "executable"
version = "0.1.0"
platforms = ["posix"]
-[config]
-error_on_warning = "true"
+# This needs to be commented out for now because rapidjson depends on undefined behavior according to gcc...
+#[config]
+#error_on_warning = "true"
[lang.cpp]
version = "c++17"