Changes between Version 21 and Version 22 of InstallingFACT++
- Timestamp:
- 09/08/18 19:26:50 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v21 v22 25 25 }}} 26 26 27 It is advisable to compile in ''Release'' mode to get the best optimization level with 27 As 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. 28 28 29 29 {{{ 30 [4] cmake -DCMAKE_BUILD_TYPE= Release..30 [4] cmake -DCMAKE_BUILD_TYPE=Debug .. 31 31 }}} 32 32