diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-04-08 18:01:46 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-04-08 18:01:46 -0700 |
| commit | a725426ec8464e17794b0e8d0a06d33ba6ea95f0 (patch) | |
| tree | b44034ec98ef9bac079258d0d536b09eb615b48a | |
| parent | 6d17c35cd5fb806eb81441a1cbea755b0efc41ad (diff) | |
Don't deoptimize llvm when --enable-debug
libLTO fails to link here.
| -rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index b23cfaf976f..97c998a5cda 100755 --- a/configure +++ b/configure @@ -631,7 +631,6 @@ if [ -n "$CFG_ENABLE_DEBUG" ]; then msg "debug mode enabled, setting performance options" CFG_DISABLE_OPTIMIZE=1 CFG_DISABLE_OPTIMIZE_CXX=1 - CFG_DISABLE_OPTIMIZE_LLVM=1 CFG_ENABLE_LLVM_ASSERTIONS=1 CFG_ENABLE_DEBUG_ASSERTIONS=1 CFG_ENABLE_DEBUG_JEMALLOC=1 |
