Try to fix centos build.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 38edce205407878932bbf5cbfb93abdbcbbde8d5..7195ee6278c5ae645ece4feb90b85ea769839d96 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.45'
+VERSION = '2.1.50devel'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -75,7 +75,6 @@ def configure(conf):
                                        '-D__STDC_LIMIT_MACROS',
                                        '-D__STDC_FORMAT_MACROS',
                                        '-msse',
-                                       '-ffast-math',
                                        '-fno-strict-aliasing',
                                        '-Wall',
                                        '-Wno-attributes',