diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-04-05 04:02:31 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-04-05 04:02:31 +0000 |
commit | a008fb78987a4675d12f5934f3d51bbd84c3f653 (patch) | |
tree | b58b455f4de7c3b8093c9bad090fcdbdc3ee3fc7 /Makefile.common | |
parent | 268b8ff282c2c17535432a1b341a0b9f52c8ae69 (diff) | |
download | klee-a008fb78987a4675d12f5934f3d51bbd84c3f653.tar.gz |
STP: Switch build to using LLVM style Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 4cbe3302..c54f1142 100644 --- a/Makefile.common +++ b/Makefile.common @@ -29,3 +29,6 @@ endif LD.Flags += -L$(PROJ_SRC_ROOT)/stp/lib CXX.Flags += -I$(PROJ_SRC_ROOT)/stp/include CXX.Flags += -DKLEE_DIR=\"$(PROJ_SRC_ROOT)\" + +# For STP. +CXX.Flags += -DEXT_HASH_MAP |