Skip to content

Commit d1cb0a2

Browse files
committed
Speed up build
1 parent 6f4fe9a commit d1cb0a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ if [ ! -f "$CACHED_TAR" ]; then
7373

7474
# FreeTDS advises caching the build options as below
7575
# adding --disable-odbc making linking easier and we don't need it
76+
# adding --disable-debug to speed up compile
7677
cat <<EOF > ".build_options"
7778
./configure \
7879
"--prefix=${APP_TARGET_DIR}" \
7980
--disable-odbc \
81+
--disable-debug \
8082
"--with-tdsver=${TDS_VERSION}"
8183
EOF
8284
/bin/bash .build_options | indent

0 commit comments

Comments
 (0)