Changes between Version 17 and Version 18 of InstallingFACT++
- Timestamp:
- 09/07/18 12:15:13 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v17 v18 24 24 [4] cmake .. 25 25 }}} 26 27 It is advisable to compile in ''Release'' mode to get the best optimization level with 28 29 {{{ 30 [4] cmake -DCMAKE_BUILD_TYPE=Release .. 31 }}} 32 26 33 27 34 To compile with '''clang''', you might want to change the compilers by calling