ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/Makefile.PL
(Generate patch)

Comparing EV/Makefile.PL (file contents):
Revision 1.51 by root, Sat Jul 2 00:44:55 2011 UTC vs.
Revision 1.52 by root, Sat Feb 4 20:12:17 2012 UTC

245 245
246*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 246*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
247 247
248 248
249Very rarely, people want to tweak EV even more, e.g. to exclude 249Very rarely, people want to tweak EV even more, e.g. to exclude
250or include certain watcher types or backends. This cna be done by adding 250or include certain watcher types or backends. This can be done by adding
251extra -D options here, or via the EV_EXTRA_DEFS environment variable. 251extra -D options here, or via the EV_EXTRA_DEFS environment variable.
252
253For example, if you run into compile problems because of missing memory
254fences (or you just want extra performance), you can tell EV to not support
255smp and threads via -DEV_NO_THREADS.
256
252Normal persons just press enter. 257Normal persons just press enter.
253 258
254EOF 259EOF
255 260
256$DEFINE .= " " . prompt "Any extra -D options?", "$ENV{EV_EXTRA_DEFS}"; 261$DEFINE .= " " . prompt "Any extra -D options?", "$ENV{EV_EXTRA_DEFS}";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines