icc

来自「針對 luby rack-off演算法之project code"Botan-1」· 代码 · 共 34 行

TXT
34
字号
realname "Intel C++"

binary_name "icpc"

compile_option "-c "
output_to_option "-o "
add_include_dir_option "-I"
add_lib_dir_option "-L"
add_lib_option "-l"

lib_opt_flags "-O3 -ip -unroll"
check_opt_flags "-O2"
debug_flags "-g"
no_debug_flags "-fomit-frame-pointer"
lang_flags ""
warning_flags "-w1"
shared_flags "-fPIC"

dll_import_flags ""
dll_export_flags ""

makefile_style unix

<mach_opt>
i686     -> "-march=pentium3"
athlon   -> "-march=pentium3"
pentium4 -> "-march=pentium4"
core2duo -> "-msse3"
</mach_opt>

<so_link_flags>
default -> "$(CXX) -fPIC -shared"
</so_link_flags>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?