summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-08 02:57:18 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-08 05:04:49 -0500
commite3ac24301990a77a296d103388a64bea716ce5cd (patch)
tree68c58ebdbdc126255bcc7dccc347418c35f1a26b /acprep
parentad7ace902c6a1c756ca22d2e67edcc58fe07cd40 (diff)
downloadfork-ledger-e3ac24301990a77a296d103388a64bea716ce5cd.tar.gz
fork-ledger-e3ac24301990a77a296d103388a64bea716ce5cd.tar.bz2
fork-ledger-e3ac24301990a77a296d103388a64bea716ce5cd.zip
Started work on a "views" report document model
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 2 insertions, 0 deletions
diff --git a/acprep b/acprep
index ddf7639d..72fcd642 100755
--- a/acprep
+++ b/acprep
@@ -1048,6 +1048,8 @@ class PrepareBuild(CommandLineApp):
self.CXXFLAGS.append('-march=nocona')
self.CXXFLAGS.append('-msse3')
+ self.CXXFLAGS.append('-DDOCUMENT_MODEL=1')
+
self.locate_darwin_libraries()
def setup_for_system(self):