Merge pull request #898 from yxsamliu/windows

Add windows specific compilation options

[ROCm/clr commit: 0b32d7813e]
Этот коммит содержится в:
Maneesh Gupta
2019-02-07 06:00:24 +05:30
коммит произвёл GitHub
родитель bb93f18855 2c69f101dc
Коммит 5eead0e89e
+5
Просмотреть файл
@@ -763,6 +763,11 @@ if ($HIP_PLATFORM eq "clang") {
$HIPLDFLAGS .= " -lgcc_s -lgcc -lpthread -lm";
}
# Windows specific options
if ($^O eq 'MSWin32' and $HIP_PLATFORM eq "clang") {
$HIPCXXFLAGS .= " -std=c++14 -fms-extensions -fms-compatibility"
}
if ($HIPCC_COMPILE_FLAGS_APPEND) {
$HIPCXXFLAGS .= " $HIPCC_COMPILE_FLAGS_APPEND";
}