We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb78b5 commit 29c23b5Copy full SHA for 29c23b5
travis/build.sh
@@ -28,9 +28,6 @@ if [ -z "$TRAVIS_TAG" ]
28
then
29
# On non-release builds, disable optimizations.
30
STACK_EXTRA_FLAGS="--fast"
31
-else
32
- # On release builds, set the 'release' cabal flag.
33
- STACK_EXTRA_FLAGS="--flag purescript:RELEASE"
34
fi
35
36
if [ "$STACKAGE_NIGHTLY" = "true" ]
0 commit comments