Bug#403194: mpeg2dec: please support DEB_BUILD_OPTIONS=noopt,nostrip,debug

2006-12-15 Thread A Mennucc
Package: mpeg2dec Version: 0.4.0b-4 Severity: normal hi I tried this compilation: mpeg2dec-0.4.0b$ DEB_BUILD_OPTIONS=noopt,nostrip,debug debuild binary ... CC=gcc-3.4 CXX=g++ CFLAGS=-g -Wall -O0 CXXFLAGS=-g -Wall -O0 CPPFLAGS= LDFLAGS=

Bug#403194:

2006-12-15 Thread A Mennucc
doing $ grep -e -O Makefile CXXFLAGS = -g -Wall -O0 MPEG2DEC_CFLAGS = -Wall -g -Wall -O3 -fomit-frame-pointer -fno-common OPT_CFLAGS = -Wall -g -Wall -O3 -fomit-frame-pointer -fno-common you can immediatly see where the problem is; so, to (re)compile in debug mode, I then used $ make