Skip to content

Commit

Permalink
Merge pull request #897 from hsandt/dialect-xcode
Browse files Browse the repository at this point in the history
Fix c(pp)dialect generating uppercase C(++)xx for Xcode, replace gnu99 with compiler-default
  • Loading branch information
tvandijck authored Oct 2, 2017
2 parents 8e02b41 + 23f4242 commit 43684b7
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 38 deletions.
1 change: 0 additions & 1 deletion modules/xcode/tests/test_xcode4_project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
Expand Down
Loading

0 comments on commit 43684b7

Please sign in to comment.