From 3d282aa380be61158860d02c1ba773607c9202ec Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 19 Oct 2020 14:03:33 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c15a2a4e58..3aa0c243e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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