mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-07 08:08:48 +00:00
new explicit build script diagnostic system; overrides system; move old build script content onto new system; reconfigure project.4coder
This commit is contained in:
+11
-1
@@ -1,6 +1,16 @@
|
||||
###### Visual Studio Compiler #################################################
|
||||
cl>-nologo
|
||||
cl>-Zi
|
||||
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
|
||||
Reference in New Issue
Block a user