Skip to content

Commit

Permalink
Add a couple clang flags I saw in CocoaPods+Xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Sep 2, 2024
1 parent 4866228 commit af6e446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env/target-any.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ cflags += -Wno-tautological-overlap-compare
cflags += -fmessage-length=0
cflags += -ferror-limit=0
cflags += -ftemplate-backtrace-limit=0
cflags += -fmacro-backtrace-limit=0
cflags += -fdiagnostics-show-note-include-stack

beta := false

Expand Down

0 comments on commit af6e446

Please sign in to comment.