Skip to content

Commit

Permalink
Merge pull request #1474 from ternarylabs/cappuccino
Browse files Browse the repository at this point in the history
---
  • Loading branch information
aljungberg committed Mar 13, 2012
2 parents 85c88d7 + 70432f0 commit 109e8b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Objective-J/CommonJS/lib/objective-j/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ function resolveFlags(args)
else if (argument.indexOf("-S") === 0)
objjcFlags &= ~ObjectiveJ.Preprocessor.Flags.CheckSyntax;

else if (argument.indexOf("-T") === 0)
objjcFlags |= ObjectiveJ.Preprocessor.Flags.IncludeTypeSignatures;

else if (argument.indexOf("-g") === 0)
objjcFlags |= ObjectiveJ.Preprocessor.Flags.IncludeDebugSymbols;

Expand Down

0 comments on commit 109e8b1

Please sign in to comment.