DescriptionAdd check for DEBUG to functions disabled on 386
Some functions run out of registers when compiled for debug,
fpic, with stack frames on 32 bit x86 with clang.
Previously they were enabled based on _DEBUG but that macro
is not set in some build systems. This CL adds DEBUG macro as
well to cover those environments.
R=harryjin@google.com
BUG=libyuv:532
Committed: https://chromium.googlesource.com/libyuv/libyuv/+/44373d8fbb25692e29883cda2f9c6d40e5a9da3b
Patch Set 1 #Patch Set 2 : allow clangcl to build using row_win.cc #
Messages
Total messages: 4 (1 generated)
|