Charles Davis : loader: Build with -fno-builtin.
26 Dec
2012
26 Dec
'12
2:05 p.m.
Module: wine Branch: master Commit: a6fdf73233d3df4435680d921f68089630bc9c64 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a6fdf73233d3df4435680d921f... Author: Charles Davis <cdavis5x(a)gmail.com> Date: Mon Dec 24 09:38:06 2012 -0700 loader: Build with -fno-builtin. This prevents Clang from optimizing wld_memset() into a memset(3) call. --- loader/Makefile.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/loader/Makefile.in b/loader/Makefile.in index 41d69c7..ecc20ab 100644 --- a/loader/Makefile.in +++ b/loader/Makefile.in @@ -1,4 +1,5 @@ DEFS = -D__WINESRC__ $(EXTRADEFS) +MODCFLAGS = @BUILTINFLAG@ C_SRCS = \ main.c \
4734
Age (days ago)
4734
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard