Port-mac68k archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Using pkgsrc with low RAM
On 5 April 2013 07:41, Hauke Fath <hauke%espresso.rhein-neckar.de@localhost>
wrote:
> At 19:59 Uhr +0100 4.4.2013, David Brownlee wrote:
>>I suspect pcre may use C++, which uses CXX flags.
>>
>>Could you try adding the following to mk.conf:
>>
>>CFLAGS+=-O1 # for c
>>CXXFLAGS+=-O1 # for c++
>>MAKE_FLAGS+=-O1 # For imake
>>
>>In each case the line is adding (the +=) "-O1" to the existing compiler
>>options.
>
> The interesting question here is what "cc -O0 -O2" will do...
I believe last option (standing) wins :)
Home |
Main Index |
Thread Index |
Old Index