Charles Davis : loader: Build with -fno-builtin.

Alexandre Julliard julliard at winehq.org
Wed Dec 26 14:05:17 CST 2012


Module: wine
Branch: master
Commit: a6fdf73233d3df4435680d921f68089630bc9c64
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a6fdf73233d3df4435680d921f68089630bc9c64

Author: Charles Davis <cdavis5x at 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 \




More information about the wine-cvs mailing list