diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2015-04-21 19:35:05 -0700 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2015-04-22 07:16:38 -0700 |
| commit | 0f1bfda00663e935cbaad278acc69142aa0703e7 (patch) | |
| tree | 8b5fc69c5de8586456457c708babe69321bb2848 | |
| parent | e9e9279d87d5786fcb8e12482f2920979602267b (diff) | |
Alphabetize
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 18fef588936..eb9a08fe49b 100755 --- a/configure +++ b/configure @@ -650,9 +650,9 @@ if [ -n "$CFG_ENABLE_DEBUG" ]; then CFG_DISABLE_OPTIMIZE=1 CFG_DISABLE_OPTIMIZE_CXX=1 fi - CFG_ENABLE_LLVM_ASSERTIONS=1 CFG_ENABLE_DEBUG_ASSERTIONS=1 CFG_ENABLE_DEBUG_JEMALLOC=1 + CFG_ENABLE_LLVM_ASSERTIONS=1 fi # OK, now write the debugging options |
