Skip to content

Commit

Permalink
Fixed tpmd_dev build error on darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
shearl committed Dec 9, 2018
1 parent 4101c9c commit 921b546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tpmd_dev/darwin/tpm_bridge.xcodeproj/project.pbxproj
Expand Up @@ -224,7 +224,7 @@
1DEB91C808733DAC0010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
Expand Down Expand Up @@ -259,7 +259,7 @@
1DEB91C908733DAC0010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES;
Expand Down

0 comments on commit 921b546

Please sign in to comment.