4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. ./bootstrap && \
|
|
exec ./configure CFLAGS="-g -O2" $args $hackargs "$@"
|