Remove superfluous --disable-debug from shared build. fix #43

This commit is contained in:
ななけ 2021-01-08 18:15:14 +07:00 committed by BtbN
parent c5bc4fda48
commit 55f186d295
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
source "$(dirname "$BASH_SOURCE")"/defaults-gpl.sh
FF_CONFIGURE+=" --enable-shared --disable-static --disable-debug"
FF_CONFIGURE+=" --enable-shared --disable-static"

View file

@ -1,3 +1,3 @@
#!/bin/bash
source "$(dirname "$BASH_SOURCE")"/defaults-lgpl.sh
FF_CONFIGURE+=" --enable-shared --disable-static --disable-debug"
FF_CONFIGURE+=" --enable-shared --disable-static"