Commit b082998
committed
Fix MSVC runtime library conflict warning
Add /NODEFAULTLIB:LIBCMT linker flag to resolve LNK4098 warning
when building with MSVC. This excludes the static runtime library
that conflicts with Crystal's dynamic runtime (/MD).1 parent d557ff7 commit b082998
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments