removed ffloat-store flag for 32-bit arch

This commit is contained in:
Carl Keinath 2025-08-03 09:52:43 +02:00
parent 73f1ac55c4
commit 1f7177fcf6
No known key found for this signature in database
GPG Key ID: BD0A616B2C6D0E58
1 changed files with 3 additions and 3 deletions

6
debian/rules vendored
View File

@ -2,9 +2,9 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifeq ($(DEB_HOST_ARCH),i386)
export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
endif
# ifeq ($(DEB_HOST_ARCH),i386)
# export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
# endif
%:
dh $@