mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-02 03:54:44 +00:00
fixes for the Intel C compiler on Windows
This commit is contained in:
@@ -74,8 +74,10 @@ hint[LineTooLong]=off
|
||||
@end
|
||||
|
||||
# Configuration for the Intel C/C++ compiler:
|
||||
icc.options.always = "-cxxlib"
|
||||
icc.options.linker = "-cxxlib"
|
||||
@if windows:
|
||||
icl.options.speed = "/Ox /arch:SSE2"
|
||||
icl.options.always = "/nologo"
|
||||
@end
|
||||
|
||||
# Configuration for the GNU C/C++ compiler:
|
||||
@if windows:
|
||||
|
||||
Reference in New Issue
Block a user