File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,13 +238,13 @@ install:
238
238
- ccache --max-size=1G
239
239
- make -C src glucose-download
240
240
- make -C src/ansi-c library_check
241
- - make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
242
- - make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2 clobber.dir memory-models.dir
241
+ - make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -Wno-parentheses -Wno-error=misleading-indentation - pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
242
+ - make -C src "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -Wno-parentheses -Wno-error=misleading-indentation - pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2 clobber.dir memory-models.dir
243
243
244
244
script :
245
245
- if [ -e bin/gcc ] ; then export PATH=$PWD/bin:$PATH ; fi ;
246
- - env UBSAN_OPTIONS=print_stacktrace=1 make -C regression test "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}"
247
- - make -C unit "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
246
+ - env UBSAN_OPTIONS=print_stacktrace=1 make -C regression test "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -Wno-parentheses - pedantic -O2 -g ${EXTRA_CXXFLAGS}"
247
+ - make -C unit "CXX=${COMPILER}" "CXXFLAGS=-Wall -Werror -Wno-parentheses -Wno-error=misleading-indentation - pedantic -O2 -g ${EXTRA_CXXFLAGS}" -j2
248
248
- make -C unit test
249
249
250
250
before_cache :
You can’t perform that action at this time.
0 commit comments