Skip to content

Commit

Permalink
Use correct debugging CFLAGS in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator authored and zimmerle committed Dec 1, 2016
1 parent 8998780 commit 47f2e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 47f2e7f

Please sign in to comment.