Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Do not build with -march=native
· 44a9140c
Andreas Tille
authored
Aug 27, 2017
44a9140c
Upload to unstable
· 2d7b8f42
Andreas Tille
authored
Mar 16, 2018
2d7b8f42
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2d7b8f42
flexbar (1:3.0.3-2) unstable; urgency=medium
* Do not build with -march=native
Closes: #873429
-- Andreas Tille <tille@debian.org> Sun, 27 Aug 2017 22:08:09 +0200
flexbar (1:3.0.3-1) unstable; urgency=medium
* New upstream version
...
...
debian/patches/no_march_native.patch
0 → 100644
View file @
2d7b8f42
Author: Andreas Tille <tille@debian.org>
Last-Update: Sun, 27 Aug 2017 22:04:31 +0200
Bug-Debian: https://bugs.debian.org/873429
Forwarded-Upstream: no
Description: Do not build with -march=native
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -11,8 +11,6 @@
else()
endif()
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
-
if( CMAKE_SIZEOF_VOID_P MATCHES "8" )
message( STATUS "Flexbar 64 bit architecture" )
# if( WIN32 )
debian/patches/series
0 → 100644
View file @
2d7b8f42
no_march_native.patch