1
0
forked from ports/opt

ruby: don't set debugging CFLAGS.

This commit is contained in:
Tilman Sauerbeck 2008-06-02 18:29:35 +02:00
parent 6ded9d4608
commit f392b1fcf5

View File

@ -10,7 +10,6 @@ source=(ftp://ftp.ruby-lang.org/pub/$name/1.8/$name-$version.tar.bz2 \
$name-arch.patch)
build () {
export CFLAGS="-O0 -g"
cd $name-$version
patch -p1 < $SRC/$name-arch.patch
./configure --prefix=/usr \