summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-04 04:32:50 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-04 04:32:50 +0000
commit1fce948ccbd67fff3fc7df954cd1c38f7991398d (patch)
treed63045d6979fb8adc0049d77931230a5b55e3201 /Makefile.config.in
parent9111c4fef5a963f6d091e0a2401346fc98b521da (diff)
downloadllvm-1fce948ccbd67fff3fc7df954cd1c38f7991398d.tar.gz
llvm-1fce948ccbd67fff3fc7df954cd1c38f7991398d.tar.bz2
llvm-1fce948ccbd67fff3fc7df954cd1c38f7991398d.tar.xz
configure: Add --with-optimize-option, for setting the default value of
OPTIMIZE_OPTION. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 90f1d22a54..2b9bbfd26b 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -250,6 +250,9 @@ RDYNAMIC := @RDYNAMIC@
#DEBUG_SYMBOLS = 1
@DEBUG_SYMBOLS@
+# The compiler flags to use for optimized builds.
+OPTIMIZE_OPTION := @OPTIMIZE_OPTION@
+
# When ENABLE_PROFILING is enabled, the llvm source base is built with profile
# information to allow gprof to be used to get execution frequencies.
#ENABLE_PROFILING = 1