Skip to content

Commit

Permalink
make readme better
Browse files Browse the repository at this point in the history
  • Loading branch information
binfan999 committed Jun 28, 2014
1 parent 6a0907a commit 81224b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ Building
$ ./configure
$ make

If you want to generate optimized build (e.g., with -O2), run
$ ./configure CFLAGS='-O2'
before ``make``. Alternatively, if you want to create debug build (e.g., with -g -ggdb), use
$ ./configure CFLAGS='-g -ggdb'
If you want to generate optimized build (e.g., with -O2), run ``./configure CFLAGS='-O2'`` instead of ``./configure``
before ``make``. Alternatively, if you want to create debug build (e.g., with -g -ggdb), use ``./configure CFLAGS='-g -ggdb'``


Benchmark
Expand Down

0 comments on commit 81224b5

Please sign in to comment.