summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-Intel-CXX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Create INTERPROCEDURAL_OPTIMIZATION build featureBrad King2009-10-021-1/+3
| | | | | | | | This commit creates target and directory properties to enable the Intel interprocedural optimization support on Linux. Enabling it adds the compiler option '-ipo' and uses 'xiar' to create archives. See issue #9615.
* Use Intel for Linux flags only on LinuxBrad King2009-09-011-0/+6
| | | | | | The commit "Split Intel compiler information files" moved some Linux specific flags into the platform-independent Intel compiler info files. This moves them back.
* Split Intel compiler information filesBrad King2009-08-211-16/+0
| | | | | | This moves platform-independent Intel compiler flags into separate "Compiler/Intel-<lang>.cmake" modules. Platform-specific flags are left untouched.
* ENH: Add preprocessor and assembly rules for IntelBrad King2008-08-061-0/+3
|
* ENH: remove c flags from cxx config fileBill Hoffman2008-04-251-6/+0
|
* ENH: do not force the intel ar on C from CXXBill Hoffman2008-04-251-3/+0
|
* ENH: support intel compiler on linuxBill Hoffman2008-04-251-0/+22