diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2010-08-05 17:53:03 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2010-08-05 17:53:03 +0000 |
commit | ae6b58bba9c18954c6156223eb3df810fcf0dbbd (patch) | |
tree | 8be3f8dbc8e10d6deebb64438e037dca49d9e44c /configure | |
parent | 4440b96b3d92802ee327609e713f351065d25063 (diff) | |
download | klee-ae6b58bba9c18954c6156223eb3df810fcf0dbbd.tar.gz |
Add support for Debug+Asserts configuration
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@110349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure index e1622458..73264954 100755 --- a/configure +++ b/configure @@ -2185,6 +2185,11 @@ elif test X${with_runtime} = XDebug; then echo "${ECHO_T}Debug" >&6; } RUNTIME_ENABLE_OPTIMIZED=0 +elif test X${with_runtime} = XDebug+Asserts; then + { echo "$as_me:$LINENO: result: Debug+Asserts" >&5 +echo "${ECHO_T}Debug+Asserts" >&6; } + RUNTIME_ENABLE_OPTIMIZED=0 + else { { echo "$as_me:$LINENO: error: invalid configuration: ${with_runtime}" >&5 echo "$as_me: error: invalid configuration: ${with_runtime}" >&2;} |