Skip to content

Commit b3d36ca

Browse files
committed
include -Werror in cross-product build
1 parent 1832cc8 commit b3d36ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ here=`pwd`
88
mkdir -p builds
99
cd builds
1010

11-
export CFLAGS='-fno-omit-frame-pointer -fsanitize=address -fno-optimize-sibling-calls -fPIC -Wextra -g3 -ggdb3 -O0'
11+
export CFLAGS='-fno-omit-frame-pointer -fsanitize=address -fno-optimize-sibling-calls -fPIC -Wextra -g3 -ggdb3 -O0 -Werror'
1212
for arch in i386 x86_64
1313
do
1414
case $arch in

0 commit comments

Comments
 (0)