diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project.conf b/project.conf index dbf928d..bc9b3b6 100644 --- a/project.conf +++ b/project.conf @@ -4,6 +4,9 @@ type = "executable" version = "1.3.2" platforms = ["posix"] +[config] +error_on_warning = "true" + [dependencies] gtk+-3.0 = "3" x11 = "1" |