diff options
| -rwxr-xr-x | backends/platform/ds/setup-builddirs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/setup-builddirs.sh b/backends/platform/ds/setup-builddirs.sh index 9d9cf3ffb6..11aacc1233 100755 --- a/backends/platform/ds/setup-builddirs.sh +++ b/backends/platform/ds/setup-builddirs.sh @@ -6,7 +6,7 @@ # TODO: Computer srcdir in a better way srcdir=../../../`dirname $0`/.. -BASE_PARAM="--host=ds --disable-translation --disable-all-engines" +BASE_PARAM="--host=ds --disable-translation --disable-debug --disable-all-engines" for build in a b c d e f g h i k; do echo "--- Setting up build $build ---" |
