mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
6d59d9d086
Just let the warnings be emmited, but don't fail on them.
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./bootstrap && \
|
|
exec ./configure CFLAGS="-g -O2" $args $hackargs "$@"
|