loader: Build with -fno-builtin.

This prevents Clang from optimizing wld_memset() into a memset(3) call.
This commit is contained in:
Charles Davis 2012-12-24 09:38:06 -07:00 committed by Alexandre Julliard
parent 50d6583104
commit a6fdf73233
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
DEFS = -D__WINESRC__ $(EXTRADEFS)
MODCFLAGS = @BUILTINFLAG@
C_SRCS = \
main.c \