mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Use correct debugging CFLAGS in readme.
This commit is contained in:
committed by
Felipe Zimmerle
parent
89987806cd
commit
47f2e7ff4c
@@ -238,7 +238,7 @@ optimization making your “back traces” populated with readable data. Use the
|
|||||||
CFLAGS to disable the compilation optimization parameters:
|
CFLAGS to disable the compilation optimization parameters:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ export CFLAGS=”-g -02”
|
$ export CFLAGS="-g -O0"
|
||||||
$ ./build.sh
|
$ ./build.sh
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
|
Reference in New Issue
Block a user