]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Improvement. Remove an unused configuration option.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 4 Jan 2012 14:50:40 +0000 (14:50 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 4 Jan 2012 14:50:40 +0000 (14:50 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1468 e59a4935-1847-0410-ae03-e826735625c1

scripts/Makefile.common

index 87a9d73b4203fabdfeece20f6950f1eb9873442c..58f96dbfbc05d86e22e8c7c4e7053ca554fc21c0 100644 (file)
@@ -20,10 +20,6 @@ OPTIMIZE      = -O3 -DNDEBUG -march=native -fomit-frame-pointer # Optimization
 
 CFLAGS_BASE   += $(OPTIMIZE)
 
-ifeq ($(WITHCBITP),yes)
-       CFLAGS_BASE += -DWITHCBITP
-endif
-
 # todo: These should be set by the config script of course..
 TEST_PREFIX=../../stp-tests/
 SHELL=/bin/bash