From e3ac24301990a77a296d103388a64bea716ce5cd Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Apr 2012 02:57:18 -0500 Subject: Started work on a "views" report document model --- acprep | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acprep') 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): -- cgit v1.2.3