Accepting request 668258 from home:jengelh:branches:graphics

- Use -Og for debug_build

OBS-URL: https://build.opensuse.org/request/show/668258
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=92
This commit is contained in:
2019-01-24 09:15:00 +00:00
committed by Git OBS Bridge
parent 715593d829
commit c4626aa891
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 24 08:51:58 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use -Og for debug_build
-------------------------------------------------------------------
Thu Jan 3 16:45:38 UTC 2019 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -117,7 +117,7 @@ MYLDFLAGS="$MYLDFLAGS -lasan"
MYCFLAGS="$MYCFLAGS -fsanitize=address"
%endif
%if %{debug_build}
MYCFLAGS="$MYCFLAGS -O0"
MYCFLAGS="$MYCFLAGS -Og -g"
%endif
%cmake \
%if %{debug_build} || %{asan_build}