Fix last change.
This commit is contained in:
parent
5ff08acd73
commit
665b5955fc
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ main (argc, argv
|
|||
Give it a try and tell us if it works on your system. To compile
|
||||
for profiling, add -pg to the switches your platform uses in
|
||||
CFLAGS and LDFLAGS. For example:
|
||||
`make CFLAGS="-pg -g -O -DPROFILING=1 LDFLAGS="-pg -g"'. */
|
||||
`make CFLAGS="-pg -g -O -DPROFILING=1" LDFLAGS="-pg -g"'. */
|
||||
#if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__)
|
||||
#ifdef PROFILING
|
||||
if (initialized)
|
||||
|
|
Loading…
Add table
Reference in a new issue