summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-29 01:11:42 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-29 01:11:42 -0400
commitb8b48abdc01b778bb52c9b80cd2f36e0300e012c (patch)
tree16af43efaf0be60ac8a9e821c6ff4e06cc63ae77 /acprep
parent55f5868380a4917028365256abcfd6d0b5f0a1e4 (diff)
downloadledger-b8b48abdc01b778bb52c9b80cd2f36e0300e012c.tar.gz
ledger-b8b48abdc01b778bb52c9b80cd2f36e0300e012c.tar.bz2
ledger-b8b48abdc01b778bb52c9b80cd2f36e0300e012c.zip
Change to opt build to resolve warnings
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index b908adfc..574b51ec 100755
--- a/acprep
+++ b/acprep
@@ -886,6 +886,7 @@ class PrepareBuild(CommandLineApp):
self.CXXFLAGS.append('-Wwrite-strings')
self.CXXFLAGS.append('-Wno-old-style-cast')
self.CXXFLAGS.append('-Wno-deprecated')
+ self.CXXFLAGS.append('-Wno-strict-aliasing')
self.CXXFLAGS.append('-Werror')
def option_boost(self, option=None, opt_str=None, value=None, parser=None):