* Strip debug information.

svn path=/nixpkgs/trunk/; revision=167
This commit is contained in:
Eelco Dolstra
2003-07-16 19:59:52 +00:00
parent efb907cf9d
commit d3a6ba4527
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ export PATH=/bin:/usr/bin
tar xvfz $src || exit 1
cd strategoxt-* || exit 1
./configure --prefix=$out --with-aterm=$aterm --with-sdf=$sdf2 || exit 1
LDFLAGS=-s ./configure --prefix=$out --with-aterm=$aterm --with-sdf=$sdf2 || exit 1
make || exit 1
make install || exit 1