On Mon, 12 Jul 2010, demerphq wrote: > There doesn't seem to be a way to use -Dusedevel and not have DEBUGGING enabled. > > I tried: > > ./Configure -Doptimize=-g -d -Dusedevel -Dcc=ccache\ gcc -Dld=gcc -Duseithreads > > ./Configure -d -Dusedevel -UDEBUGGING -Duseithreads -Dcc=ccache\ gcc -Dld=gcc > > And both lead to debugging being enabled. > > Is this a configure bug? Configure checks for "-g" in -Doptimize and flips -DDEBUGGING for you automatically. Try: ./Configure -des -A append:ccflags=' -g3' ... That worked for me. (The "3" being optional, of course.) -- George GreerThread Previous | Thread Next