Bug#438784: gabedit: Doesn't support DEB_BUILD_OPTIONS=noopt

2007-08-19 Thread Daniel Leidert
Am Sonntag, den 19.08.2007, 12:33 -0500 schrieb Ming Hua: > Gabedit doesn't support DEB_BUILD_OPTIONS=noopt because the optimization > option "-O2" is hardcoded in source: > > ./src/NetWork/Makefile:CFLAGS = -Wall -O2 $(GTKCFLAGS) [snip] > I understand to support this build option, patching the

Bug#438784: gabedit: Doesn't support DEB_BUILD_OPTIONS=noopt

2007-08-19 Thread Ming Hua
Package: gabedit Version: 2.0.11-1 Severity: wishlist Hi Daniel, Gabedit doesn't support DEB_BUILD_OPTIONS=noopt because the optimization option "-O2" is hardcoded in source: ./src/NetWork/Makefile:CFLAGS = -Wall -O2 $(GTKCFLAGS) ./src/Gamess/Makefile:CFLAGS = -Wall -O2 $(GTKCFLAGS) ./src/Util