We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wno-unused-function
1 parent 35b0024 commit 9a2142eCopy full SHA for 9a2142e
docker/debian-nginx-ssl-ja3/compile.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
3
cd nginx
4
-ASAN_OPTIONS=symbolize=1 ./auto/configure --add-module=/build/nginx-ssl-ja3 --with-http_ssl_module --with-stream_ssl_module --with-debug --with-stream --with-cc-opt="-fsanitize=address -O -fno-omit-frame-pointer" --with-ld-opt="-L/usr/local/lib -Wl,-E -lasan"
+ASAN_OPTIONS=symbolize=1 ./auto/configure --add-module=/build/nginx-ssl-ja3 --with-http_ssl_module --with-stream_ssl_module --with-debug --with-stream \
5
+ --with-cc-opt="-fsanitize=address -O -fno-omit-frame-pointer -Wno-unused-function" \
6
+ --with-ld-opt="-L/usr/local/lib -Wl,-E -lasan"
7
+make
8
make install
9
cd -
0 commit comments