]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pkgs/reiser4progs/patches/reiser4progs-opt.patch
Move packages to pkgs subdirectory.
[people/ms/ipfire-3.x.git] / pkgs / reiser4progs / patches / reiser4progs-opt.patch
CommitLineData
241e0cfd
MT
1--- reiser4progs-1.0.2/configure.in.orig 2004-10-21 19:38:08.000000000 +0200
2+++ reiser4progs-1.0.2/configure.in 2004-10-24 22:08:44.861671296 +0200
3@@ -576,13 +576,8 @@
4
5 CFLAGS="$CFLAGS -W -Wall"
6
7-if test x$enable_debug = xyes; then
8- GENERIC_CFLAGS="$GENERIC_CFLAGS -O1 -g"
9- MINIMAL_CFLAGS="$MINIMAL_CFLAGS -O1 -g"
10-else
11- GENERIC_CFLAGS="$GENERIC_CFLAGS -O3"
12- MINIMAL_CFLAGS="$MINIMAL_CFLAGS -Os"
13-
14+MINIMAL_CFLAGS="$MINIMAL_CFLAGS -Os"
15+if test x$enable_debug != xyes; then
16 if test x$uninitialized = xyes; then
17 CFLAGS="$CFLAGS -Wuninitialized"
18 fi