[med-svn] [Git][med-team/tree-puzzle][master] Use --ffloat-store for i386 to fix float point precision errors
Nilesh Patra
gitlab at salsa.debian.org
Sun Feb 7 15:54:35 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / tree-puzzle
Commits:
6fdff98b by Nilesh Patra at 2021-02-07T21:24:15+05:30
Use --ffloat-store for i386 to fix float point precision errors
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -7,6 +7,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
pkg:=tree-puzzle
ppkg:=tree-ppuzzle
+ifneq (,$(filter $(DEB_BUILD_ARCH),i386))
+export DEB_CFLAGS_MAINT_APPEND += -ffloat-store
+endif
+
%:
dh $@ --no-parallel
View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/6fdff98bb6b2e1729f109ed904e7dd777343dbd7
--
View it on GitLab: https://salsa.debian.org/med-team/tree-puzzle/-/commit/6fdff98bb6b2e1729f109ed904e7dd777343dbd7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210207/0c1279fc/attachment-0001.html>
More information about the debian-med-commit
mailing list