mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-10 01:02:03 +03:00
OPTIMIZE in makefiles
This commit is contained in:
@@ -102,7 +102,7 @@ check_bins()
|
||||
make_target=systemd
|
||||
;;
|
||||
esac
|
||||
CFLAGS="${cf:+$cf }${CFLAGS}" make -C "$EXEDIR" $make_target || {
|
||||
CFLAGS="${cf:+$cf }${CFLAGS}" OPTIMIZE=-O2 make -C "$EXEDIR" $make_target || {
|
||||
echo could not compile
|
||||
make -C "$EXEDIR" clean
|
||||
exitp 8
|
||||
|
Reference in New Issue
Block a user