matthiasm wrote: > > On 09.05.2008, at 14:21, Alvin wrote: >> fltk-config --cxxflags > > It does not output any optimization flags in OS X, so I can't tell you > if it works in Linux, but according to the docs, this should work: > >> fltk-config -g --cxxflags > > ---- > http://robowerk.com/
Sorry about this. This is actually sort of a repost. I vaguely remember bringing something like this up before (years maybe?). What I have been doing is producing RPMS (fltk and fltk-devel) from the weekly snapshots. When rpmbuild runs it reads a rpmrc file. The stock file that comes with openSUSE 10.3 inserts -O2 -g into the CXXFLAGS et al. So, I wrote a .rpmrc file that doesn't add the -O2 -g to the CXXFLAGS et al. After I reinstall the RPM, I see that fltk-config --cxxflags doesn't include the -O2 -g. Sorry about bring this up again. -- Alvin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

