Don't strip symbols on osx release build

This avoids clang error in release mode: atom not found in symbolIndex(__ZN7EmberNs11EmberReport23StaticErrorReportStringERKNSt3__16vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEE) for architecture x86_64
This commit is contained in:
Simon Detheridge
2015-01-26 12:03:43 +00:00
parent 0f0035e37c
commit 5a610601af
6 changed files with 6 additions and 6 deletions

View File

@ -57,7 +57,7 @@ QMAKE_CXXFLAGS += -DBUILDING_EMBER
macx:QMAKE_CXXFLAGS += -stdlib=libc++
QMAKE_LFLAGS_RELEASE += -s
!macx:QMAKE_LFLAGS_RELEASE += -s
!macx:PRECOMPILED_HEADER = ../../../Source/Ember/EmberPch.h