Use correct debugging CFLAGS in readme.

This commit is contained in:
Andrei Belov
2016-11-23 12:06:42 +03:00
committed by Felipe Zimmerle
parent 89987806cd
commit 47f2e7ff4c

View File

@@ -238,7 +238,7 @@ optimization making your “back traces” populated with readable data. Use the
CFLAGS to disable the compilation optimization parameters:
```shell
$ export CFLAGS=-g -02”
$ export CFLAGS="-g -O0"
$ ./build.sh
$ ./configure
$ make