repertory/support/3rd_party/sqlite_configure.sh
Scott E. Graves 2e1f0c8f5f
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...
updated build system
2024-08-03 10:55:25 -05:00

8 lines
147 B
Bash
Executable File

#!/bin/bash
CFLAGS="-O3 -march=$1 -mtune=generic" ./configure \
--disable-tcl \
--enable-shared=yes \
--enable-static=yes \
--prefix="$2"