Compiling with debugging and no optimization

Status
Not open for further replies.

kwerner

Administrator
Staff member
To turn off optimization, use the '-d' option when you configure. Type:
./configure -d
n the command line.
Building the code with 'configure - D (capital 'D') adds bounds checking and several run-time tests for uninitialized variables.
 
Status
Not open for further replies.
Back
Top