FIX: valgrind newline semantics after 3.5.0 (partial)
[nobug.git] / doc / whichlibrary.txt
blob3453dedd106dca6685c2588814bbfaaa49ef23d4
1 HEAD~ Link Appropriate Library;;
3 Finally, the appropriate library (for either single or multi-threaded
4 applications) is linked to the project.
6    *libnobug*:: Link-in this library for single threaded applications.
7    *libnobugmt*:: Link with this library for multi-threaded applications.
9 NoBug installed static and dynamic libraries. When your application
10 uses multiple dynamic libraries which use NoBug or you build a dynamic
11 library, then you have to link against the dynamic library.
13 You can use the `pkg-config` tool to gather information about NoBug in
14 your build system.
16 Release builds remove all assertions, but logging is still kept. We
17 make the assumption that bugs which were not covered in alpha and beta
18 builds will not easily show up in releases because the assertions
19 there were not sufficient. Furthermore, end users are not test bunnies
20 and will not provide good bug reports anyway. If there is a problem in
21 a release build, try to track down the cause using a beta build from
22 the same source.