Skip to content

Commit

Permalink
Merged in task/objective-c-sample-to-not-crash (pull request #22)
Browse files Browse the repository at this point in the history
Remove optimization

* Remove optimization


Approved-by: Antonio Frighetto
  • Loading branch information
sevilS committed Apr 11, 2024
1 parent 019b8c3 commit c80e53d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down

0 comments on commit c80e53d

Please sign in to comment.