Commit f202beb7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 8575484f
TESTDLL = ucrtbase.dll
IMPORTS = ucrtbase
EXTRADEFS = -fno-builtin
C_SRCS = \
cpp.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment