disable gcc -fno-builtin

This commit is contained in:
jeefo 2016-09-14 09:20:33 +03:00
commit bcf11cf6ff
6 changed files with 14 additions and 12 deletions

View file

@ -55,7 +55,7 @@ endif
LINK += -m32 -lm -ldl
CFLAGS += -msse2 -std=c++11 -m32 -Wall -Werror -Wextra
CPPFLAGS += -fno-exceptions -fno-rtti -fno-builtin
CPPFLAGS += -fno-exceptions -fno-rtti
BINARY = $(PROJECT).$(LIB_EXT)