Changes between Version 17 and Version 18 of InstallingFACT++


Ignore:
Timestamp:
09/07/18 12:15:13 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v17 v18  
    2424[4] cmake ..
    2525}}}
     26
     27It 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
    2633
    2734To compile with '''clang''', you might want to change the compilers by calling