Jacek Caban : ucrtbase/tests: Build with -fno-builtin.
Module: wine Branch: master Commit: f202beb7454e3c39de7a8271c4a2f05f21d3c8bd URL: https://source.winehq.org/git/wine.git/?a=commit;h=f202beb7454e3c39de7a8271c... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Mar 16 21:12:32 2020 +0100 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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ucrtbase/tests/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ucrtbase/tests/Makefile.in b/dlls/ucrtbase/tests/Makefile.in index 126cafd66d..259880a7d9 100644 --- a/dlls/ucrtbase/tests/Makefile.in +++ b/dlls/ucrtbase/tests/Makefile.in @@ -1,5 +1,6 @@ TESTDLL = ucrtbase.dll IMPORTS = ucrtbase +EXTRADEFS = -fno-builtin C_SRCS = \ cpp.c \
participants (1)
-
Alexandre Julliard