Building using CMake: Difference between revisions

Jump to navigation Jump to search
(Fixing tips in troubleshooting.)
Line 122: Line 122:
(Debug builds of libraries have the 'd' suffix by default - Release builds
(Debug builds of libraries have the 'd' suffix by default - Release builds
have no additional suffix)
have no additional suffix)
'''Important: You should keep in mind that debug builds are usually not optimized at all. Thus, it is very likely that a debug binary will perform worse (framerate/performance-wise) than a release build. Many people have reported getting just frame rates of about 30 fps when using a debug binary!'''


Note most IDE projects (eg Xcode and Visual Studio) support building all the
Note most IDE projects (eg Xcode and Visual Studio) support building all the

Navigation menu