Skip to content

Commit

Permalink
Merge pull request #36583 from BevapDin/zsz
Browse files Browse the repository at this point in the history
Fix building with ccache.
  • Loading branch information
ZhilkinSerg authored Dec 31, 2019
2 parents 5206f9b + 44c66e8 commit 0e50d26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ DEBUGSYMS = -g
#OTHERS = -O3
#DEFINES = -DNDEBUG

# Tells ccache to keep comments, as they can be meaningful to the compiler (as to suppress warnings).
export CCACHE_COMMENTS=1

# Disable debug. Comment this out to get logging.
#DEFINES = -DENABLE_LOGGING

Expand Down

0 comments on commit 0e50d26

Please sign in to comment.