El manual de usuario de KDevelop: Guía de referencia para el Entorno Integrado de Desarrollo KDevelop para sistemas Unix, versión 1.2. | ||
---|---|---|
Anterior | Capítulo 8. Proyectos | Siguiente |
Each new project contains all needed options for the Compiler and Linker as well as general settings. By default, your project is set to use debugging by the -g flag, and warnings are set to the standard, -Wall. This ensures you can debug your application and detect constructions that may cause program errors . For some applications, you would need additional Compiler or Linker flags, especially if you're using libraries that are not currently included by the Linker . Then you need to update the project by configuring the correct settings with the Project Options dialog. See Generación de ejecutables for more information how and where to set Compiler Options, Warnings and Linker Options.