mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Use --enable-werror
Use --enable-werror during configure time rather than --with-extra-options. This is cleaner and easier to read. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6623730296
commit
68b8d4f4ce
@ -353,16 +353,16 @@ class Builder(threading.Thread):
|
||||
|
||||
configure_flags = dict(
|
||||
llvm=dict(debug=["--prefix=" + self.install_prefix,
|
||||
"--with-extra-options=-Werror",
|
||||
"--enable-werror",
|
||||
"--enable-assertions",
|
||||
"--disable-optimized",
|
||||
"--with-gcc-toolchain=" + cxxroot],
|
||||
release=["--prefix=" + self.install_prefix,
|
||||
"--with-extra-options=-Werror",
|
||||
"--enable-werror",
|
||||
"--enable-optimized",
|
||||
"--with-gcc-toolchain=" + cxxroot],
|
||||
paranoid=["--prefix=" + self.install_prefix,
|
||||
"--with-extra-options=-Werror",
|
||||
"--enable-werror",
|
||||
"--enable-assertions",
|
||||
"--enable-expensive-checks",
|
||||
"--disable-optimized",
|
||||
|
Loading…
Reference in New Issue
Block a user