소스 검색

Merge pull request #82 from devaos/master

Allow debug symbols to be included when compiling from source
master
Niels Abspoel 7 년 전
부모
커밋
1db6ddeb66
No account linked to committer's email address
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      nginx/source.sls

+ 4
- 0
nginx/source.sls 파일 보기

@@ -170,7 +170,11 @@ nginx:
- cwd: {{ nginx_source }}
- names:
- (
{%- if nginx.get('debug_symbols', false) %}
CFLAGS="-g -O0" ./configure --conf-path={{ conf_dir }}/nginx.conf
{%- else %}
./configure --conf-path={{ conf_dir }}/nginx.conf
{%- endif %}
--sbin-path={{ sbin_dir }}/nginx
--user={{ nginx_map.default_user }}
--group={{ nginx_map.default_group }}

Loading…
취소
저장