Skip to content

Commit

Permalink
Using CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Dec 31, 2023
1 parent 89bcfa0 commit 738aefb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions win/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ export OPENSSL_PATH=$PWD/boringssl
export OPENSSL_LIBPATH=$PWD/boringssl/lib
export OPENSSL_LIBS='-lssl -lcrypto'

export USE_HTTP2=1
export USE_WEBSOCKETS=1
export USE_ECH=1

export D_FORTIFY_SOURCE=0
export CFLAGS="-DUSE_HTTP2=1 -DUSE_WEBSOCKETS=1 -DUSE_ECH=1"

CURL_VERSION=curl-8_1_1

Expand Down

0 comments on commit 738aefb

Please sign in to comment.