Changes between Version 21 and Version 22 of InstallingFACT++


Ignore:
Timestamp:
09/08/18 19:26:50 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v21 v22  
    2525}}}
    2626
    27 It is advisable to compile in ''Release'' mode to get the best optimization level with
     27As a default, the project is compiled with the build type ''Release'', thus all optimization is enabled and debug symbols are switched off. To enable debug symbols, you can use the build mode 'Debug' or 'RelWithDebInfo', e.g.
    2828
    2929{{{
    30 [4] cmake -DCMAKE_BUILD_TYPE=Release ..
     30[4] cmake -DCMAKE_BUILD_TYPE=Debug ..
    3131}}}
    3232