Commit 75d7684
authored
Remove useless compiler options (GH-17553)
* `/Fp` provides a path name for procompiled headers[1], but we don't use
these.
* `/FR` is used to generate .sbr files; these have been important long
ago for Visual Studio support, but as of Visual Studio 2008 the IDE
no longer uses .sbr files.
* `/LD` is used to inform the *compiler* that it should build a DLL[3];
however, we build all DLLs with the *linker*.
[1] <https://learn.microsoft.com/en-us/cpp/build/reference/fp-name-dot-pch-file>
[2] <https://learn.microsoft.com/en-us/cpp/build/reference/fr-fr-create-dot-sbr-file>
[3] <https://learn.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library>1 parent 5890761 commit 75d7684
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1670 | 1670 | | |
1671 | 1671 | | |
1672 | 1672 | | |
1673 | | - | |
1674 | 1673 | | |
1675 | 1674 | | |
1676 | 1675 | | |
| |||
2474 | 2473 | | |
2475 | 2474 | | |
2476 | 2475 | | |
2477 | | - | |
2478 | 2476 | | |
2479 | 2477 | | |
2480 | 2478 | | |
2481 | | - | |
2482 | 2479 | | |
2483 | 2480 | | |
2484 | 2481 | | |
2485 | | - | |
2486 | 2482 | | |
2487 | 2483 | | |
2488 | 2484 | | |
| |||
3449 | 3445 | | |
3450 | 3446 | | |
3451 | 3447 | | |
3452 | | - | |
| 3448 | + | |
3453 | 3449 | | |
3454 | 3450 | | |
3455 | 3451 | | |
| |||
3461 | 3457 | | |
3462 | 3458 | | |
3463 | 3459 | | |
3464 | | - | |
| 3460 | + | |
3465 | 3461 | | |
3466 | 3462 | | |
3467 | 3463 | | |
| |||
0 commit comments