[MacPorts] #29622: fossil: fix #29591, don't build windows specific files, remove -O2 CFLAG
MacPorts
noreply at macports.org
Sat May 28 16:33:01 PDT 2011
#29622: fossil: fix #29591, don't build windows specific files, remove -O2 CFLAG
--------------------------------------+-------------------------------------
Reporter: ciserlohn@… | Owner: ryandesign@…
Type: update | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: haspatch maintainer | Port: fossil
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):
* owner: macports-tickets@… => ryandesign@…
* status: new => assigned
Comment:
Replying to [ticket:29622 ciserlohn@…]:
> * remove -O2 from ${configure.cflags} as it is inconsistence with the
-Os flag set by the makefile
I see that they use `-Os`, and then MacPorts adds its `-O2` after, which
should mean `-O2` takes precedence. The port seemed to build fine with
`-O2`... are you saying the program will work better with `-Os`?
If so, I think the preferred way to indicate this is not:
{{{
configure.cflags-delete -O2
}}}
but instead:
{{{
configure.optflags -Os
}}}
--
Ticket URL: <https://trac.macports.org/ticket/29622#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list