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:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
name: wxGTK 3 CMake Ubuntu 18.04
|
name: wxGTK 3 CMake Ubuntu 18.04
|
||||||
- dist: focal
|
- dist: focal
|
||||||
compiler: gcc
|
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
|
name: wxGTK ANSI Ubuntu 20.04
|
||||||
- dist: focal
|
- dist: focal
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
Reference in New Issue
Block a user