aboutsummaryrefslogtreecommitdiff
path: root/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Main.hs b/app/Main.hs
index b75d02f..38ba8f1 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -229,7 +229,6 @@ toml2AppSettings tomlSettings release = do
[ "-Wall"
, "-Wextra"
, "-Wimplicit-interface"
- , "-Werror"
, "-fPIC"
, "-fmax-errors=1"
, "-O3"
@@ -241,7 +240,6 @@ toml2AppSettings tomlSettings release = do
[ "-Wall"
, "-Wextra"
, "-Wimplicit-interface"
- , "-Werror"
, "-fPIC"
, "-fmax-errors=1"
, "-g"