Files @ 93e5a4f8f153
Branch filter:

Location: DistRen/dev-bootstrap.sh

binki
Reapply changes normaldotcom unapplied with 96697bb825b9
1
2
3
4
5
#!/bin/sh
cd $(dirname $0)

autoreconf -vfi
CFLAGS="-Wall -g -ggdb" LDFLAGS="-Wl,--as-needed" ./configure --prefix="${HOME}"