Remove useless --disable-optimise option from ANSI Travis build

This is already added unconditionally in build/tools/travis-ci.sh
anyhow, so there is no need to specify it here.
This commit is contained in:
Vadim Zeitlin
2020-10-19 14:03:33 +02:00
parent 0310347dc4
commit 3d282aa380

View File

@@ -36,7 +36,7 @@ jobs:
name: wxGTK 3 CMake Ubuntu 18.04
- dist: focal
compiler: gcc
env: wxCONFIGURE_FLAGS="--disable-compat30 --disable-optimise --disable-unicode" wxSKIP_SAMPLES=1
env: wxCONFIGURE_FLAGS="--disable-compat30 --disable-unicode" wxSKIP_SAMPLES=1
name: wxGTK ANSI Ubuntu 20.04
- dist: focal
compiler: gcc