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>
feature/deterministic
Jacek Caban 2020-03-16 21:12:32 +01:00 committed by Alexandre Julliard
parent 8575484f21
commit f202beb745
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
TESTDLL = ucrtbase.dll
IMPORTS = ucrtbase
EXTRADEFS = -fno-builtin
C_SRCS = \
cpp.c \