From 782cd5798273d3b9fe85ae799a10f35daec863bd Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 22 Nov 2012 00:00:08 +0100 Subject: build: remove -fno-implicit-templates --- build/top.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/top.mk b/build/top.mk index 7ac7735..a944b2c 100644 --- a/build/top.mk +++ b/build/top.mk @@ -18,7 +18,7 @@ CPPFLAGS := $(DEFS) $(INCLUDES) -MP -MMD OPTIMIZE ?= -Os CFLAGS := -g -Wall -W -Wundef -Wno-unused-parameter \ -fno-exceptions $(OPTIMIZE) -CXXFLAGS := $(CFLAGS) -fno-rtti -fno-threadsafe-statics -fno-implicit-templates +CXXFLAGS := $(CFLAGS) -fno-rtti -fno-threadsafe-statics LDFLAGS := LDLIBS := $(LIBS) -- cgit v1.2.3