Commit b3b2d7f
authored
Call custom macro set_msvc_crt_flags if users set CRT flags (#405)
Same CRT compile option are reqiured to avoid link errors on Windows.
MD and MDd are choosed by default for release and debug build in LLVM.
If users set MT or MTd flags, they also need to add the flags for
opencl-clang sources using a custom macro set_msvc_crt_flags.1 parent 98d206e commit b3b2d7f
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
301 | 309 | | |
302 | 310 | | |
303 | 311 | | |
| |||
0 commit comments