Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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.
Top