new explicit build script diagnostic system; overrides system; move old build script content onto new system; reconfigure project.4coder

This commit is contained in:
Allen Webster
2021-08-21 23:15:51 -07:00
parent a6f3a12a7d
commit 5ef50bd3df
12 changed files with 305 additions and 86 deletions
+11 -1
View File
@@ -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