We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53119c commit 13e2c77Copy full SHA for 13e2c77
CMakeLists.txt
@@ -741,13 +741,6 @@ function(get_flags CCID CCVER)
741
if (CCVER VERSION_GREATER_EQUAL 8.1.0)
742
list(APPEND CXX_FLAGS -Wextra-semi)
743
endif()
744
- elseif (CCID MATCHES "Intel")
745
- if (NOT LLAMA_SYCL)
746
- # enable max optimization level when using Intel compiler
747
- set(C_FLAGS -ipo -O3 -static -fp-model=fast -flto -fno-stack-protector)
748
- set(CXX_FLAGS -ipo -O3 -static -fp-model=fast -flto -fno-stack-protector)
749
- add_link_options(-fuse-ld=lld -static-intel)
750
- endif()
751
752
753
set(GF_C_FLAGS ${C_FLAGS} PARENT_SCOPE)
0 commit comments