I doubt we need these switches

Change-Id: If7b1183384c3931efe73a24a894116be4d827807
This commit is contained in:
Tor Lillqvist 2014-04-15 15:15:41 +03:00
parent 29362f51c3
commit 0774b55560

View File

@ -58,11 +58,9 @@ gb_CXXFLAGS := \
-fsigned-char \
$(CXXFLAGS_CXX11) \
gb_OBJC_OBJCXX_COMMON_FLAGS := -fobjc-abi-version=2 -fobjc-legacy-dispatch
# These are to get the compiler to switch to Objective-C++ or Objective-C mode
gb_OBJCXXFLAGS := -x objective-c++ $(gb_OBJC_OBJCXX_COMMON_FLAGS)
gb_OBJCFLAGS := -x objective-c $(gb_OBJC_OBJCXX_COMMON_FLAGS)
gb_OBJCXXFLAGS := -x objective-c++
gb_OBJCFLAGS := -x objective-c
gb_COMPILERDEFS += \
-DBOOST_DETAIL_NO_CONTAINER_FWD