mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
added make define MSVC_ANALYSIS to run Visual Studio code analysis (nw)
This commit is contained in:
parent
b063bf769d
commit
0ea68a4327
@ -145,6 +145,10 @@ ifeq ($(OPTIMIZE),0)
|
||||
CCOMFLAGS += /RTC1
|
||||
endif
|
||||
|
||||
ifdef MSVC_ANALYSIS
|
||||
CCOMFLAGS += /analyze /wd6011 /wd6328 /wd6204 /wd6244 /wd6385 /wd6308 /wd6246 /wd6031 /wd6326 /analyze:stacksize384112
|
||||
endif
|
||||
|
||||
# enable exception handling for C++
|
||||
CPPONLYFLAGS += /EHsc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user