Omit creation of debug packages.
authorTomasz Olszak <t.olszak@samsung.com>
Thu, 12 Jun 2014 15:22:25 +0000 (17:22 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Debug packages should not be created when nodebug
flag is passed. The libraries don't contain debug
information so these steps (extract debug info,
create debug packages) only result in longer build
process.

Change-Id: I6599916b263bbbc2d2bee20d44bfc3069127ac10
Issue-Id: CBEFL-150
Signed-off-by: Tomasz Olszak <t.olszak@samsung.com>
tizen_src/packaging/chromium-efl.spec

index ed85765b7c13ff4b0791c4c77444c95991d4efe7..32d250012de6491a1cddded9bea0c34142a7a48e 100755 (executable)
@@ -1,3 +1,8 @@
+%if 0%{?nodebug}
+%global __debug_install_post %{nil}
+%global debug_package %{nil}
+%endif
+
 Name: org.tizen.chromium-efl
 Summary: Chromium EFL
 # Set by by scripts/update-chromium-version.sh