summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-09 22:20:30 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-09 22:20:30 -0400
commitc1a8c78e205cb4d51484bcc5abc8805aaf139b75 (patch)
tree94ceaace7ba3ea7aee47ec2602b8a2c8f551df44
parent2fc24b6c0bb27add366fcea8f5eebedd56dddb58 (diff)
downloadledger-c1a8c78e205cb4d51484bcc5abc8805aaf139b75.tar.gz
ledger-c1a8c78e205cb4d51484bcc5abc8805aaf139b75.tar.bz2
ledger-c1a8c78e205cb4d51484bcc5abc8805aaf139b75.zip
Made -fpch-deps a default flag if PCH is enabled
This helps to build things correctly if a dependency like fdstream.h changes, or there is an external update to a package.
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index d76d9f52..2d059894 100755
--- a/acprep
+++ b/acprep
@@ -752,6 +752,7 @@ class PrepareBuild(CommandLineApp):
self.configure_args.append('--enable-pch')
+ self.CXXFLAGS.append('-fpch-deps')
self.CXXFLAGS.append('-Wconversion')
#self.CXXFLAGS.append('-Wold-style-cast')