From 9110fa3f3393109b0283cfbb6a3b884cb8c63fc1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 23 Dec 2011 22:19:38 +0100 Subject: removed some remaining C++ compiler flags --- makefiles/gmake/compiler.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk index 9fc8201..9c145f9 100644 --- a/makefiles/gmake/compiler.mk +++ b/makefiles/gmake/compiler.mk @@ -120,12 +120,9 @@ endif # gcc 4.x ifeq "$(GCC_MAJOR_VERSION)" "4" -CCPP_COMPILE_FLAGS += \ - -Wno-invalid-offsetof -funit-at-a-time endif ifeq "$(GCC_MAJOR_VERSION)" "3" - endif #CC = gcc -- cgit v1.2.3-54-g00ecf