diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules index 3d17d24dca1a..b17e061f3bce 100644 --- a/lldb/test/make/Makefile.rules +++ b/lldb/test/make/Makefile.rules @@ -128,7 +128,7 @@ else endif endif -CFLAGS ?= -g -O0 +CFLAGS ?= -g -O0 -fno-builtin ifeq "$(OS)" "Darwin" CFLAGS += $(ARCHFLAG) $(ARCH) $(FRAMEWORK_INCLUDES) $(CFLAGS_EXTRAS) -I$(LLDB_BASE_DIR)include else