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 0d272f0 commit 62082a7Copy full SHA for 62082a7
Makefile
@@ -73,7 +73,7 @@ configure-for-testing: configure-debug
73
74
configure-as-dynamic-debug:
75
cd $(NGX_PATH) && \
76
- CFLAGS=" -DMY_DEBUG $(DEV_CFLAGS)" $(NGX_CONFIGURE) \
+ CFLAGS="$(DEV_CFLAGS)" $(NGX_CONFIGURE) \
77
--prefix=$(PREFIX_PATH) \
78
--add-dynamic-module=$(MODULE_PATH) \
79
--with-debug
0 commit comments