diff options
-rwxr-xr-x | acprep | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |