diff options
author | Pixel <pixel@nobis-crew.org> | 2012-02-28 00:14:42 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2012-02-28 00:14:42 -0800 |
commit | c32621287add2e15221178d4e92ab4e7c5cb90ec (patch) | |
tree | 4baf04b91469bc16a40cc2b005f382a60c719ba6 /Makefile | |
parent | 81132947f2f70d4a4b7423d8b718b662bcefaef9 (diff) |
Making clang happy...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,10 +102,10 @@ ifeq ($(SYSTEM),Linux) STRIP = strip --strip-unneeded endif -CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) -fexceptions -imacros $(CONFIG_H) -std=gnu++0x +CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) -fexceptions -imacros $(CONFIG_H) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) -CXXFLAGS += -Wno-deprecated +CXXFLAGS += -Wno-deprecated -std=gnu++0x LDFLAGS += $(ARCH_FLAGS) LDLIBS = $(addprefix -l, $(LIBS)) |