File: no-malign-double.diff

package info (click to toggle)
pynfft 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,444 kB
  • ctags: 2,436
  • sloc: python: 348; makefile: 134; sh: 20
file content (13 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pynfft-1.3.2/setup.py
===================================================================
--- pynfft-1.3.2.orig/setup.py	2014-07-30 22:24:45.000000000 +0800
+++ pynfft-1.3.2/setup.py	2014-11-03 16:00:39.000000000 +0800
@@ -34,7 +34,7 @@
         libraries=['nfft3_threads', 'nfft3', 'fftw3_threads', 'fftw3', 'm'],
         library_dirs=[],
         include_dirs=[numpy.get_include()],
-        extra_compile_args='-O3 -fomit-frame-pointer -malign-double '
+        extra_compile_args='-O3 -fomit-frame-pointer '
         '-fstrict-aliasing -ffast-math'.split(),
         )
     return common_extension_args