Enable Testability for macOS DEBUG builds

(cherry-picked from commit 2e2015b6da)
This commit is contained in:
Sofartin 2018-03-31 19:52:49 +02:00 committed by Jyrki Vesterinen
parent d9a10089e8
commit f9c416ad07

View file

@ -6249,6 +6249,7 @@
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CLANG_CXX_LIBRARY = "libc++";
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/lib";
GCC_DYNAMIC_NO_PIC = YES;
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;