- use -O0 for debugging like everywhere (better experience)
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=96
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 06:46:43 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- use -O0 for debugging like everywhere (better experience)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 12:02:57 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@@ -113,7 +113,7 @@ MYLDFLAGS="$MYLDFLAGS -lasan"
|
||||
MYCFLAGS="$MYCFLAGS -fsanitize=address"
|
||||
%endif
|
||||
%if %{debug_build}
|
||||
MYCFLAGS="$MYCFLAGS -Og -g"
|
||||
MYCFLAGS="$MYCFLAGS -O0 -g"
|
||||
%endif
|
||||
%cmake \
|
||||
%if %{debug_build} || %{asan_build}
|
||||
|
Reference in New Issue
Block a user