mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-16 17:12:24 -07:00
18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
###### Visual Studio Compiler #################################################
|
|
cl>-nologo
|
|
cl>-FC
|
|
cl>-MP
|
|
|
|
|
|
###### 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
|
|
|