239f42a924
This reduces the build time from 69 s to 30 s, reduces the size of the built wels.lib from 30 MB to 3.9 MB, and reduces the number of warnings when building wels.lib.
11 lines
218 B
Makefile
11 lines
218 B
Makefile
ARCH = arm
|
|
include build/platform-msvc-common.mk
|
|
CFLAGS_OPT += -MD
|
|
CFLAGS_DEBUG += -MDd
|
|
CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP
|
|
CXXFLAGS +=
|
|
LDFLAGS +=
|
|
|
|
codec/common/src/WelsThreadLib.$(OBJ): CXXFLAGS += -ZW
|
|
|