Commit 88608f4e authored by Claes Sjofors's avatar Claes Sjofors

Wtt setting build.debug added to save settings (refs #202)

parent 24680d18
......@@ -2425,6 +2425,11 @@ int WNav::save_settnings( ofstream& fp)
else
fp << " set nobuildmanual /local" << endl;
if ( gbl.build.debug)
fp << " set builddebug /local" << endl;
else
fp << " set nobuilddebug /local" << endl;
if ( gbl.build.nocopy)
fp << " set buildnocopy /local" << endl;
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment