From 6c94928f0945b7fadae2c6d1e61538d45041253a Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Wed, 4 Jan 2012 14:50:40 +0000 Subject: [PATCH] Improvement. Remove an unused configuration option. 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 87a9d73..58f96db 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -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 -- 2.47.3