Update Travis file to use CXXFLAGS

This commit is contained in:
Clownacy 2020-03-14 22:02:06 +00:00
parent 4ef83526c0
commit e96619141b

View file

@ -121,7 +121,7 @@ install:
script:
# Build
- $mingw make -j ${JOBS} FIX_BUGS=${FIX_BUGS} JAPANESE=${JAPANESE} RELEASE=1 WARNINGS=1 WARNINGS_ALL=1 WINDOWS=1 STATIC=1
- $mingw make -j ${JOBS} FIX_BUGS=${FIX_BUGS} JAPANESE=${JAPANESE} RELEASE=1 WINDOWS=1 STATIC=1 CXXFLAGS="-Wall -Wextra -pedantic"
after_success:
# Send success notification to Discord through DISCORD_WEBHOOK_URL