[neon/neon-packaging/c4core/Neon/release] debian: -DC4CORE_WITH_FASTFLOAT=OFF \

Carlos De Maine null at kde.org
Mon Jan 27 07:23:52 GMT 2025


Git commit e4213eb0140b1d35c48b4c27cb539e481ead3798 by Carlos De Maine.
Committed on 27/01/2025 at 07:23.
Pushed by carlosdem into branch 'Neon/release'.

-DC4CORE_WITH_FASTFLOAT=OFF \
	      -DC4CORE_NO_DEBUG_BREAK=ON

M  +2    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/c4core/-/commit/e4213eb0140b1d35c48b4c27cb539e481ead3798

diff --git a/debian/rules b/debian/rules
index 42d1796..63fdda7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,5 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	      -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" \
-	      -DWITH-MATH=1
+	      -DC4CORE_WITH_FASTFLOAT=OFF \
+	      -DC4CORE_NO_DEBUG_BREAK=ON


More information about the Neon-commits mailing list