Skip to content

Commit

Permalink
Add bootstrap.sh disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Apr 3, 2020
1 parent 8a4b091 commit 0565f51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cabal-install/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ set -e
# you don't want profiling and dynamic versions of libraries to be installed in
# addition to vanilla, run 'EXTRA_CONFIGURE_OPTS="" ./bootstrap.sh'

echo "DON'T USE THIS SCRIPT IF YOU HAVE other recent cabal-install INSTALLED"
echo "THIS SCRIPT IS MADE FOR BOOTSTRAPPING cabal-install ON NEW ARCHITECTURES"

#VERBOSE
DEFAULT_CONFIGURE_OPTS="--enable-library-profiling --enable-shared"
EXTRA_CONFIGURE_OPTS=${EXTRA_CONFIGURE_OPTS-$DEFAULT_CONFIGURE_OPTS}
Expand Down

0 comments on commit 0565f51

Please sign in to comment.