Skip to content

Commit

Permalink
Add PREDICTOR to Cygwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
holvo committed Jan 9, 2023
1 parent 97e0c0f commit 5c777d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_cyg_make_short_check_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd release64_cyg
if [ $? -ne 0 ]; then echo "cd release64_cyg failed"; exit 1 ; fi
echo
# You may add --enable-adms to the following command for adding adms generated devices
../configure --with-x=yes --with-readline=yes --disable-debug --enable-cider --enable-openmp --enable-xspice --enable-osdi --enable-shortcheck CFLAGS="-O2 -m64" LDFLAGS="-s -m64"
../configure --with-x=yes --with-readline=yes --disable-debug --enable-cider --enable-openmp --enable-xspice --enable-osdi --enable-predictor --enable-shortcheck CFLAGS="-O2 -m64" LDFLAGS="-s -m64"
#../configure --with-x=no --with-readline=yes --disable-debug --enable-xspice --enable-cider --enable-openmp

if [ $? -ne 0 ]; then echo "../configure failed"; exit 1 ; fi
Expand Down

0 comments on commit 5c777d9

Please sign in to comment.