Skip to content

Commit 62082a7

Browse files
committed
Compilation fixed
1 parent 0d272f0 commit 62082a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ configure-for-testing: configure-debug
7373

7474
configure-as-dynamic-debug:
7575
cd $(NGX_PATH) && \
76-
CFLAGS=" -DMY_DEBUG $(DEV_CFLAGS)" $(NGX_CONFIGURE) \
76+
CFLAGS="$(DEV_CFLAGS)" $(NGX_CONFIGURE) \
7777
--prefix=$(PREFIX_PATH) \
7878
--add-dynamic-module=$(MODULE_PATH) \
7979
--with-debug

0 commit comments

Comments
 (0)