Skip to content

Commit

Permalink
Compilation: Clean up addCCArgs().
Browse files Browse the repository at this point in the history
The goal of this commit is to get rid of some "unused command line argument"
warnings that Clang would give for various file types previously. This cleanup
also has the side effect of making the order of flags more understandable,
especially as it pertains to include paths.

Since a lot of code was shuffled around in this commit, I recommend reviewing
the old and new versions of the function side-by-side rather than trying to make
sense of the diff.
  • Loading branch information
alexrp committed Dec 14, 2024
1 parent d74e87a commit 39c4efa
Showing 1 changed file with 269 additions and 267 deletions.
Loading

0 comments on commit 39c4efa

Please sign in to comment.