Skip to content

Commit

Permalink
chore: disable unused configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 10, 2024
1 parent 7c2e9a4 commit 4811315
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions curl/build.vsh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ fn setup(silent bool) ! {
if !silent {
spawn spinner(s)
}
// execute('./configure --with-openssl --disable-shared')
execute('./configure --with-openssl')
execute('./configure --with-openssl --disable-static')
s <- true
}
time.sleep(100 * time.millisecond)
Expand Down

0 comments on commit 4811315

Please # to comment.