Revision: 2557
          http://tmux.svn.sourceforge.net/tmux/?rev=2557&view=rev
Author:   tcunha
Date:     2011-07-09 15:57:56 +0000 (Sat, 09 Jul 2011)

Log Message:
-----------
Use an empty CFLAGS by default to prevent autoconf from setting it when
debugging isn't enabled.

Modified Paths:
--------------
    trunk/configure.ac

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2011-07-09 13:45:24 UTC (rev 2556)
+++ trunk/configure.ac  2011-07-09 15:57:56 UTC (rev 2557)
@@ -8,6 +8,10 @@
 
 AC_CANONICAL_HOST
 
+# When CFLAGS isn't set at this stage and gcc is detected by the macro below,
+# autoconf will automatically use CFLAGS="-O2 -g". Prevent that by using an
+# empty default.
+: ${CFLAGS=""}
 # Set up the compiler in two different ways and say yes we may want to install.
 AC_PROG_CC
 AM_PROG_CC_C_O


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to