11 Oct
2008
11 Oct
'08
3:03 p.m.
Johannes wrote:
On Sat, Oct 11, 2008 at 12:50:50AM +0000, corvid wrote:
I see that by default we end up with -g and -O2 for CFLAGS, but neither for CXXFLAGS.
Where did you see that? Here everything gets compiled with -g -O2. And:
/tmp/dillo-2.0 >grep CXXFL Makefile CXXFLAGS = -g -O2 -Wall -W -Wno-unused-parameter
Jorge said that CXXFLAGS comes from one's fltk2-config, which I did not expect.