
24 Jul
2004
24 Jul
'04
11:23 p.m.
On Sat, 2004-07-24 at 17:44, Florent wrote:
Sorry ... i'm a real beginner in C++ programming :/ how can I compile without optimization ?
Probably the easiest way is to rerun configure, setting the CXXFLAGS environment variable beforehand, like:
CXXFLAGS="-g" ./configure
Then run make as before.
-mental