Re: [PATCH 04/17] Disable compiler built-in symbols to avoid namespace clashes

2011-08-26 Thread Samuel Thibault
Guillem Jover, le Thu 25 Aug 2011 15:22:27 +0200, a écrit : > * Makefile.am (AM_CFLAGS): Add -fno-builtin. Ah, ok, I see, that was for the log function. I have commited using -fno-builtin-log instead. Samuel

Re: [PATCH 04/17] Disable compiler built-in symbols to avoid namespace clashes

2011-08-26 Thread Samuel Thibault
Guillem Jover, le Thu 25 Aug 2011 15:22:27 +0200, a écrit : > * Makefile.am (AM_CFLAGS): Add -fno-builtin. Did you actually get some issue? Not using built-ins disables optimizations over memcpy & such. Samuel

[PATCH 04/17] Disable compiler built-in symbols to avoid namespace clashes

2011-08-25 Thread Guillem Jover
* Makefile.am (AM_CFLAGS): Add -fno-builtin. --- Makefile.am |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 67aec74..4eced09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,9 @@ AM_CPPFLAGS += \ -I$(top_srcdir)/$(systype)/