Skip to content

Commit 9f564fc

Browse files
Nightsd01jkasten2
authored andcommitted
Remove Compiler Optimization
• I noticed that the dev app had full compiler optimization enabled - this makes debugging very difficult so since this is a purely dev app, I've reduced the Clang optimization level to NONE
1 parent e26a23d commit 9f564fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iOS_SDK/OneSignalDevApp/OneSignalDevApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@
540540
"$(inherited)",
541541
"$(PROJECT_DIR)",
542542
);
543+
GCC_OPTIMIZATION_LEVEL = 0;
543544
INFOPLIST_FILE = OneSignalNotificationServiceExtension/Info.plist;
544545
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
545546
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)