mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 07:52:22 -07:00
19 lines
450 B
Plaintext
19 lines
450 B
Plaintext
###### Visual Studio Compiler #################################################
|
|
cl>-nologo
|
|
cl>-FC
|
|
cl>-MP
|
|
cl>-W4 -wd4201 -wd4996 -wd4505
|
|
|
|
|
|
###### Clang Compiler #########################################################
|
|
clang>-Wno-deprecated-declarations
|
|
clang>-Wno-pointer-sign
|
|
clang>-Wno-writable-strings
|
|
clang>-Wno-unknown-warning-option
|
|
|
|
|
|
###### Debug ##################################################################
|
|
debug>cl>-Zi
|
|
debug>clang>-g
|
|
|