mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Specify -Werror for run_tests builds.
This commit is contained in:
parent
81ef365622
commit
17ddddee10
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ for cc, cxx in possible_compilers:
|
|||
and '--enable-prof' in config_opts:
|
||||
continue
|
||||
config_line = (
|
||||
'./configure '
|
||||
'EXTRA_CFLAGS=-Werror EXTRA_CXXFLAGS=-Werror ./configure '
|
||||
+ 'CC="{} {}" '.format(cc, " ".join(compiler_opts))
|
||||
+ 'CXX="{} {}" '.format(cxx, " ".join(compiler_opts))
|
||||
+ " ".join(config_opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue