Skip to content

Commit

Permalink
Revert "Ogg symbols should be private by default"
Browse files Browse the repository at this point in the history
This reverts commit d7d6e29.

If the symbols are private, then they aren't available in the framework when linking opus
  • Loading branch information
slouken committed Jan 15, 2024
1 parent dadc6b2 commit 997eec0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Xcode/ogg/ogg.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand Down Expand Up @@ -324,7 +323,6 @@
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
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 997eec0

Please sign in to comment.