compile python in release...

M

mg

Hi,

I try to install two Python environments on my platform: one in release,
the other in debug.

I generate the RELEASE Python environment with the following instructions :
> ./configure --prefix=/usr/local/python --enable-shared
> make

My problem is here : all the source files are compiled with the -g flag
which might be the debug flag. (On the other hand, the option -DNDEBUG
is defined : it's normal !)

Then my question is :
Is exist a flag/option to run the shell script named 'configure'
allowing to remove the '-g' flag located in the generated makefile ?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,241
Messages
2,571,219
Members
47,849
Latest member
RoseannKoz

Latest Threads

Top