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 a98cdf6Copy full SHA for a98cdf6
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-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1' \
53
- --with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto'
+ --with-cc-opt='-I/boringssl/include -O0 -fno-common -fno-omit-frame-pointer -DNGX_QUIC_DRAFT_VERSION=29 -DNGX_HTTP_V3_HQ=1 -x c' \
+ --with-ld-opt='-L/boringssl/build/ssl -L/boringssl/build/crypto' \
54
+ --with-cc=c++
55
56
RUN cd nginx && make -j$(nproc)
57
RUN cd nginx && make install
0 commit comments