updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2024-08-03 10:55:25 -05:00
parent d8ac596687
commit 2e1f0c8f5f
3 changed files with 17 additions and 48 deletions

View File

@ -1,12 +1,7 @@
#!/bin/bash
if [ "$1" == "mingw64" ]; then
HOST_CFG=--host=x86_64-w64-mingw32
fi
CFLAGS="-O3 -march=$2 -mtune=generic" ./configure \
CFLAGS="-O3 -march=$1 -mtune=generic" ./configure \
--disable-tcl \
--enable-shared=yes \
--enable-static=yes \
--prefix="$3" \
${HOST_CFG}
--prefix="$2"