From 0f1bfda00663e935cbaad278acc69142aa0703e7 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 21 Apr 2015 19:35:05 -0700 Subject: [PATCH] Alphabetize --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab