mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated the docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402239
This commit is contained in:
parent
310478521b
commit
416c95fbd7
@ -75,6 +75,10 @@
|
||||
allows you to easily build your project on the command line by saying something like <tt>g++ -DNO_MAKEFILE
|
||||
project.cpp</tt>. But again, this is only for single cpp file projects. If you use NO_MAKEFILE with projects
|
||||
that contain more than one cpp file you will get linker errors about multiply defined symbols.
|
||||
</p>
|
||||
<p>
|
||||
Also note that if you use this macro then the <a href="metaprogramming.html#DLIB_STACK_TRACE">stack trace</a>
|
||||
functionality in the library will be disabled.
|
||||
</p>
|
||||
<anchor>DLIB_THREAD_POOL_TIMEOUT</anchor>
|
||||
<h3>#define DLIB_THREAD_POOL_TIMEOUT <time-in-milliseconds></h3>
|
||||
|
Loading…
Reference in New Issue
Block a user