Skip to content

Commit

Permalink
rm invalid configure option
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 21, 2024
1 parent a928016 commit 41bfd1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ HTSLIB_DIR="src/htslib-1.21"
echo "Configuring HTSlib in $HTSLIB_DIR"
cd $HTSLIB_DIR
./configure \
--disable-shared \
--enable-static \
--without-libdeflate \
CFLAGS="-O2 -fPIC"

Expand Down
2 changes: 0 additions & 2 deletions configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ HTSLIB_DIR="src/htslib-1.21"
echo "Configuring HTSlib in $HTSLIB_DIR"
cd $HTSLIB_DIR
./configure \
--disable-shared \
--enable-static \
--without-libdeflate \
CFLAGS="-O2 -fPIC"

Expand Down

0 comments on commit 41bfd1c

Please sign in to comment.