We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4fe9a commit d1cb0a2Copy full SHA for d1cb0a2
bin/compile
@@ -73,10 +73,12 @@ if [ ! -f "$CACHED_TAR" ]; then
73
74
# FreeTDS advises caching the build options as below
75
# adding --disable-odbc making linking easier and we don't need it
76
+ # adding --disable-debug to speed up compile
77
cat <<EOF > ".build_options"
78
./configure \
79
"--prefix=${APP_TARGET_DIR}" \
80
--disable-odbc \
81
+ --disable-debug \
82
"--with-tdsver=${TDS_VERSION}"
83
EOF
84
/bin/bash .build_options | indent
0 commit comments