Comment options that may be enabled
authorChris Lattner <sabre@nondot.org>
Sat, 3 Aug 2002 20:19:30 +0000 (20:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Aug 2002 20:19:30 +0000 (20:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3237 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index b13db1802d8b526bfe3fd2412cfb0c0981d5a7bb..eb251b9d6220547ee3e994140eabd28f6e94d5e3 100644 (file)
 #===-----------------------------------------------------------------------====
 
 # These are options that can either be enabled here, or can be enabled on the
-# make command line (make ENABLE_PROFILING=1)
+# make command line (ie, make ENABLE_PROFILING=1)
+#
+
+# 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
+
+# When ENABLE_PURIFY is enabled, the LLVM tools are linked with purify (which
+# must be locally installed) to allow for some automated memory error debugging.
+#
 #ENABLE_PURIFY    = 1
+
+# When ENABLE_OPTIMIZED is enabled, Release builds of all of the LLVM code are
+# turned on, and Debug builds are turned off.
+#
 #ENABLE_OPTIMIZED = 1
 
 ifdef SHARED_LIBRARY
index b13db1802d8b526bfe3fd2412cfb0c0981d5a7bb..eb251b9d6220547ee3e994140eabd28f6e94d5e3 100644 (file)
 #===-----------------------------------------------------------------------====
 
 # These are options that can either be enabled here, or can be enabled on the
-# make command line (make ENABLE_PROFILING=1)
+# make command line (ie, make ENABLE_PROFILING=1)
+#
+
+# 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
+
+# When ENABLE_PURIFY is enabled, the LLVM tools are linked with purify (which
+# must be locally installed) to allow for some automated memory error debugging.
+#
 #ENABLE_PURIFY    = 1
+
+# When ENABLE_OPTIMIZED is enabled, Release builds of all of the LLVM code are
+# turned on, and Debug builds are turned off.
+#
 #ENABLE_OPTIMIZED = 1
 
 ifdef SHARED_LIBRARY