diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-29 01:11:42 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-29 01:11:42 -0400 |
commit | b8b48abdc01b778bb52c9b80cd2f36e0300e012c (patch) | |
tree | 16af43efaf0be60ac8a9e821c6ff4e06cc63ae77 /acprep | |
parent | 55f5868380a4917028365256abcfd6d0b5f0a1e4 (diff) | |
download | ledger-b8b48abdc01b778bb52c9b80cd2f36e0300e012c.tar.gz ledger-b8b48abdc01b778bb52c9b80cd2f36e0300e012c.tar.bz2 ledger-b8b48abdc01b778bb52c9b80cd2f36e0300e012c.zip |
Change to opt build to resolve warnings
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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): |