ucrtbase/tests: Build with -fno-builtin.
Some of tested functions are handled as builtin compiler functions. We always want to test our actual implementation. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8575484f21
commit
f202beb745
|
@ -1,5 +1,6 @@
|
|||
TESTDLL = ucrtbase.dll
|
||||
IMPORTS = ucrtbase
|
||||
EXTRADEFS = -fno-builtin
|
||||
|
||||
C_SRCS = \
|
||||
cpp.c \
|
||||
|
|
Loading…
Reference in New Issue