Merge pull request #199 from Pan7/master

Fix configuring msvc compiler
This commit is contained in:
Anthony Green
2016-02-20 06:45:00 -05:00

View File

@@ -55,6 +55,10 @@ while [ $# -gt 0 ]
do
case $1
in
--version)
args="-help"
shift 1
;;
-fexceptions)
# Don't enable exceptions for now.
#args="$args -EHac"