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 59978f4 commit c67a17aCopy full SHA for c67a17a
Dockerfile
@@ -49,8 +49,9 @@ RUN cd nginx && \
49
--with-http_ssl_module \
50
--with-http_v2_module \
51
--with-http_v3_module \
52
+ --with-cc=clang \
53
--with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1' \
- --with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto'
54
+ --with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto -lstdc++'
55
56
RUN cd nginx && make -j$(nproc)
57
RUN cd nginx && make install
0 commit comments