File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,12 @@ build: utils
24
24
25
25
configure-debug :
26
26
cd $(NGX_PATH ) && \
27
- CFLAGS=" -ggdb3 $( INC_FLAGS) " ./configure \
27
+ CFLAGS=" -Wall -Werror -ggdb3 $( INC_FLAGS) " ./configure \
28
28
--prefix=$(PREFIX_PATH ) \
29
29
--add-module=$(MODULE_PATH ) \
30
30
--with-debug --with-ld-opt=' $(LDFLAGS)'
31
31
mkdir -p $(PREFIX_PATH ) /conf $(PREFIX_PATH ) /logs
32
+ unlink $(PREFIX_PATH ) /conf/nginx.conf > /dev/null || echo " pass"
32
33
cp -Rf $(NGX_PATH ) /conf/* $(PREFIX_PATH ) /conf
33
34
rm -f $(PREFIX_PATH ) /conf/nginx.conf
34
35
ln -s $(PWD ) /misc/nginx.dev.conf $(PREFIX_PATH ) /conf/nginx.conf > /dev/null
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ error_log logs/crit.log crit;
12
12
error_log logs/debug.log debug;
13
13
14
14
events {
15
- use kqueue;
16
15
}
17
16
18
17
http {
You can’t perform that action at this time.
0 commit comments