[125675] trunk/dports/_resources/port1.0/group/debug-1.0.tcl
sean at macports.org
sean at macports.org
Tue Sep 23 22:51:24 PDT 2014
Revision: 125675
https://trac.macports.org/changeset/125675
Author: sean at macports.org
Date: 2014-09-23 22:51:24 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
debug-1.0: also delete -Os
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/debug-1.0.tcl
Modified: trunk/dports/_resources/port1.0/group/debug-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/debug-1.0.tcl 2014-09-24 05:10:58 UTC (rev 125674)
+++ trunk/dports/_resources/port1.0/group/debug-1.0.tcl 2014-09-24 05:51:24 UTC (rev 125675)
@@ -45,12 +45,12 @@
ui_debug "adding the default debug variant"
variant debug description {Enable debug flags and symbols} {
- configure.cflags-delete -O1 -O2 -O3 -mtune=native -DNDEBUG -DNDEBUG=1
- configure.cxxflags-delete -O1 -O2 -O3 -mtune=native -DNDEBUG -DNDEBUG=1
- configure.cppflags-delete -O1 -O2 -O3 -mtune=native -DNDEBUG -DNDEBUG=1
- configure.fflags-delete -O1 -O2 -O3 -mtune=native -DNDEBUG -DNDEBUG=1
- configure.f90flags-delete -O1 -O2 -O3 -mtune=native -DNDEBUG -DNDEBUG=1
- configure.fcflags-delete -O1 -O2 -O3 -mtune=native -DNDEBUG -DNDEBUG=1
+ configure.cflags-delete -O1 -O2 -O3 -Os -mtune=native -DNDEBUG -DNDEBUG=1
+ configure.cxxflags-delete -O1 -O2 -O3 -Os -mtune=native -DNDEBUG -DNDEBUG=1
+ configure.cppflags-delete -O1 -O2 -O3 -Os -mtune=native -DNDEBUG -DNDEBUG=1
+ configure.fflags-delete -O1 -O2 -O3 -Os -mtune=native -DNDEBUG -DNDEBUG=1
+ configure.f90flags-delete -O1 -O2 -O3 -Os -mtune=native -DNDEBUG -DNDEBUG=1
+ configure.fcflags-delete -O1 -O2 -O3 -Os -mtune=native -DNDEBUG -DNDEBUG=1
# certain options break the way cmake configures, so test for cmake variable
if {[info exists cmake_share_module_dir]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/2a3138b0/attachment.html>
More information about the macports-changes
mailing list