summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-Intel-C.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Linux-Intel-C.cmake')
-rw-r--r--Modules/Platform/Linux-Intel-C.cmake8
1 files changed, 1 insertions, 7 deletions
diff --git a/Modules/Platform/Linux-Intel-C.cmake b/Modules/Platform/Linux-Intel-C.cmake
index 7be331e..c909e68 100644
--- a/Modules/Platform/Linux-Intel-C.cmake
+++ b/Modules/Platform/Linux-Intel-C.cmake
@@ -1,8 +1,2 @@
INCLUDE(Platform/Linux-Intel)
-IF(XIAR)
- # INTERPROCEDURAL_OPTIMIZATION
- SET(CMAKE_C_COMPILE_OPTIONS_IPO -ipo)
- SET(CMAKE_C_CREATE_STATIC_LIBRARY_IPO
- "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
- "${XIAR} -s <TARGET> ")
-ENDIF(XIAR)
+__linux_compiler_intel(C)