This commit is contained in:
9
support/3rd_party/sqlite_configure.sh
vendored
9
support/3rd_party/sqlite_configure.sh
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user