Skip to content

Commit 9a2142e

Browse files
authored
add -Wno-unused-function cc option
fix fooinha#52
1 parent 35b0024 commit 9a2142e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22

33
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"
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 \
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
58
make install
69
cd -

0 commit comments

Comments
 (0)