From 2af43fb47e86186b34e99b0732ca314709f773ee Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Thu, 23 Jul 2015 14:57:09 +0200 Subject: [PATCH] add extra compile args --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ad9083f7..10240046 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ libbfps = Extension( sources = ['bfps/cpp/' + fname + '.cpp' for fname in src_file_list], include_dirs = include_dirs, libraries = libraries, + extra_compile_args = ['-mtune=native', '-ffast-math'], library_dirs = [os.path.join(local_install_dir, 'lib'), os.path.join(local_install_dir, 'lib64')]) -- GitLab