[neon/kde/libkgapi/Neon/unstable] debian: more -O0 flags in the hope the arm builds pick them up
Jonathan Riddell
null at kde.org
Tue Aug 24 12:37:14 BST 2021
Git commit e455b4d37ee0af4fb4a3eb1d127b8c4bf86f5157 by Jonathan Riddell.
Committed on 24/08/2021 at 11:37.
Pushed by jriddell into branch 'Neon/unstable'.
more -O0 flags in the hope the arm builds pick them up
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/libkgapi/commit/e455b4d37ee0af4fb4a3eb1d127b8c4bf86f5157
diff --git a/debian/rules b/debian/rules
index da9f430..6421c5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DH_VERBOSE=1
dh $@ --parallel --with kde
override_dh_auto_configure:
- dh_auto_configure -Skf5 -- -DCMAKE_C_FLAGS="-O0"
+ dh_auto_configure -Skf5 -- -DCMAKE_C_FLAGS="-O0" -DCMAKE_CXX_FLAGS="-O0" -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="-O0" -DCMAKE_C_FLAGS_RELWITHDEBINFO="-O0"
override_dh_strip:
$(overridden_command) --dbgsym-migration='libkf5gapi-dbg (<= 5.1.0-2~1.gbp16a3a9~)'
More information about the Neon-commits
mailing list