Skip to content

Commit

Permalink
Fix build in Release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed Aug 3, 2019
1 parent 7515193 commit 36e0cef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libplatform.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,10 @@
EXECUTABLE_PREFIX = lib;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = "VARIANT_STATIC=1";
GCC_PREPROCESSOR_DEFINITIONS = (
"VARIANT_STATIC=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand Down

0 comments on commit 36e0cef

Please sign in to comment.