Reduce build log verbosity with preprocessor trick

This commit is contained in:
Justine Tunney 2020-06-18 23:04:41 -07:00
parent a2c2d14100
commit 799e24a87b
3 changed files with 6 additions and 8 deletions

View file

@ -204,8 +204,7 @@ cc.flags = \
$(DEFAULT_CCFLAGS) \
$(CONFIG_CCFLAGS) \
$(CCFLAGS) \
$(OVERRIDE_CCFLAGS) \
-D__SAUCE__=\"$<\"
$(OVERRIDE_CCFLAGS)
o.flags = \
$(DEFAULT_OFLAGS) \