Lofesa commented on issue #1377: Allow unattended install when --with-debug is 
given
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1377#issuecomment-549791747
 
 
   As far as you have set ANY modules with nginx, if you set --with-debug, I 
think this flag is pased to all the modules, not only to pagespeed module.
   
   A workaouround maybe:
   1.- copile nginx --with-debug w/o ANY modules
   2.- compile nginx with the modules but with the exact same settings that in 
1 except --with-debug
   3.- use the nginx exec from 1 and the modules files from 2
   
   This workaround is for dinamyc modules, if you are using static ones, I 
think you have no chance, the modules need to be compiled with --with-debug too.
   
   And again: If you have only nginx w/o pagespeed module. are you able to 
compile --with-debug?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to