Skip to content

Commit

Permalink
done with this for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Churchill committed Jul 23, 2016
1 parent 92f8933 commit a7d1020
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ rm -f .stoke_config
## All options are off by default
MISC_OPTIONS=""

## Pick the compiler, if possible. If 4.9 specifically exists, we'll use that.
## Otherwise we'll default to the latest g++.
if [ -f /usr/bin/g++-4.9 ]; then
CXX="/usr/bin/g++-4.9"
CC="/usr/bin/gcc-4.9"
fi


## Detect platform
$(grep avx2 /proc/cpuinfo >/dev/null)
Expand Down Expand Up @@ -83,8 +76,6 @@ echo "The default build type is '$BUILD_TYPE'."

## Write options to config file
echo "BUILD_TYPE=$BUILD_TYPE" >> .stoke_config
echo "CC=$CC" >> .stoke_config
echo "CXX=$CXX" >> .stoke_config
echo "MISC_OPTIONS=$MISC_OPTIONS" >> .stoke_config

## All done!
Expand Down

0 comments on commit a7d1020

Please sign in to comment.