Merge pull request #766 from mstorsjo/reduce-msvc-runtime-flags
Don't build all object files with -ZW, only the one that needs it
This commit is contained in:
commit
57a23406d7
@ -3,6 +3,8 @@ include build/platform-msvc-common.mk
|
||||
CFLAGS_OPT += -MD
|
||||
CFLAGS_DEBUG += -MDd
|
||||
CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP
|
||||
CXXFLAGS += -ZW
|
||||
CXXFLAGS +=
|
||||
LDFLAGS +=
|
||||
|
||||
codec/common/src/WelsThreadLib.$(OBJ): CXXFLAGS += -ZW
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user