OSDN Git Service

Remove support for Intel C++ Compiler Classic
authorStarg <starg@users.osdn.me>
Sat, 4 Sep 2021 14:53:31 +0000 (23:53 +0900)
committerStarg <starg@users.osdn.me>
Sat, 4 Sep 2021 15:26:20 +0000 (00:26 +0900)
interface/CMakeLists.txt
timidity/CMakeLists.txt

index 986e937..a2b61d1 100644 (file)
@@ -154,8 +154,3 @@ add_library(
 
 add_dependencies(interface_w32gsyn UpdateTim41Version twsyn_bridge)
 target_compile_definitions(interface_w32gsyn PRIVATE -DIA_WINSYN -DIA_W32G_SYN -D__W32G__ -DTWSYNG32 -DTWSYNG32INI)
-
-if("${CMAKE_C_COMPILER_ID}" STREQUAL "Intel")
-    # Workaround for xilink: error #10014: problem during multi-file optimization compilation (code 4)
-    set_source_files_properties(w32g_c.c PROPERTIES COMPILE_OPTIONS "/Qipo-")
-endif()
index eeb1a59..8e945ef 100644 (file)
@@ -190,11 +190,6 @@ add_library(
     ../vorbis-tools/vorbiscomment/vcedit.h
 )
 
-if("${CMAKE_C_COMPILER_ID}" STREQUAL "Intel")
-    # Workaround for xilink: error #10014: problem during multi-file optimization compilation (code 4)
-    set_source_files_properties(ecw.cpp effect.c filter.c PROPERTIES COMPILE_OPTIONS "/Qipo-")
-endif()
-
 set(
     TIMIDITY_COMMON_LIBS