aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authortgingold <tgingold@users.noreply.github.com>2022-05-16 19:21:52 +0200
committerGitHub <noreply@github.com>2022-05-16 19:21:52 +0200
commit5f6eae0920bde575fc36a9661b44adbf0dfec7c7 (patch)
tree0dc5a5acf762c74e59378b783fc272b83ab3705a /configure
parentc2475bd22f647ebea751171fc6376e0b2c872fb7 (diff)
parent9217cecc8bee7b2a6759f38eafb823703c9d0617 (diff)
downloadghdl-5f6eae0920bde575fc36a9661b44adbf0dfec7c7.tar.gz
ghdl-5f6eae0920bde575fc36a9661b44adbf0dfec7c7.tar.bz2
ghdl-5f6eae0920bde575fc36a9661b44adbf0dfec7c7.zip
Merge pull request #2058 from Xiretza/no-default-werror
fix(configure): disable -Werror by default
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 49edf2f7d..715027445 100755
--- a/configure
+++ b/configure
@@ -42,7 +42,7 @@ backtrace_lib=
llvm_be=llvm6
build=
build_mode=
-enable_werror=true
+enable_werror=false
enable_checks=true
enable_gplcompat=unknown
enable_libghdl=true