Skip to content

Commit

Permalink
Update competition build rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeters committed Nov 7, 2014
1 parent 7b8902f commit b07abc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ submission-main:
./autogen.sh
mkdir -p builds-smtcomp/main
( cd builds-smtcomp/main; \
../../configure competition --disable-shared --enable-static-binary --with-cln --with-glpk --with-abc --without-readline --enable-gpl; \
../../configure competition --disable-thread-support --disable-shared --enable-static-binary --with-cln --with-glpk --with-abc --without-readline --enable-gpl; \
$(MAKE) V=1; \
strip src/main/cvc4; \
$(MAKE) check )
Expand Down Expand Up @@ -130,7 +130,7 @@ submission-application:
./autogen.sh
mkdir -p builds-smtcomp/application
( cd builds-smtcomp/application; \
../../configure competition --disable-shared --enable-static-binary --with-cln --without-glpk --with-abc --without-readline --enable-gpl CXXFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK CFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK; \
../../configure competition --disable-thread-support --disable-shared --enable-static-binary --with-cln --without-glpk --with-abc --without-readline --enable-gpl CXXFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK CFLAGS=-DCVC4_SMTCOMP_APPLICATION_TRACK; \
$(MAKE) V=1; \
strip src/main/cvc4; \
$(MAKE) check )
Expand Down

0 comments on commit b07abc9

Please sign in to comment.