Hacking:Tools: Difference between revisions

Content added Content deleted
(Added link to Hacking:Tools:QtCreator:Ubuntu)
Line 46: Line 46:
* Compile faster. For this use -j key for make. '''Projects->Build Steps->Make''' add -jX - where X number of cpu in your system.
* Compile faster. For this use -j key for make. '''Projects->Build Steps->Make''' add -jX - where X number of cpu in your system.
* Don't forget Qt Creator support two release mode: release and debug. Project will be compile with different keys in different modes. Qt team recommended developing to do in debug mode. Also debugging works only in debug mode. Plus Qt will show additional warning information if something happened.
* Don't forget Qt Creator support two release mode: release and debug. Project will be compile with different keys in different modes. Qt team recommended developing to do in debug mode. Also debugging works only in debug mode. Plus Qt will show additional warning information if something happened.
See '''[[Hacking:Tools:QtCreator:Ubuntu]]''' for description of installing and configuring Qt on Ubuntu 14.04.


== Address Sanitizer ==
== Address Sanitizer ==