[sysadmin/neon-tooling] lib: ensure RelWithDebInfo builds
Carlos De Maine <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 6238cc85dfb2a0b087c75828e5bacef63da674fd by Carlos De Maine.
Committed on 17/07/2026 at 04:56.
Pushed by carlosdem into branch 'master'.
ensure RelWithDebInfo builds
M +1 -1 lib/pangea_build_type_config.rb
https://invent.kde.org/sysadmin/neon-tooling/-/commit/6238cc85dfb2a0b087c75828e5bacef63da674fd
diff --git a/lib/pangea_build_type_config.rb b/lib/pangea_build_type_config.rb
index 9eba187f..3aa920a9 100644
--- a/lib/pangea_build_type_config.rb
+++ b/lib/pangea_build_type_config.rb
@@ -8,7 +8,7 @@ module PangeaBuildTypeConfig
class << self
# Whether to override the build type at all (i.e. strip dpkg-buildflags)
def override?
- enabled? && ubuntu? && arm?
+ enabled? && ubuntu? && !arm?
end
# Whether this build should be run as release build (i.e. no ddebs or symbols)