Accepting request 668260 from graphics

- Use -Og for debug_build (forwarded request 668258 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/668260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2019-01-26 21:20:02 +00:00 committed by Git OBS Bridge
commit eb6b898c44
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}