summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/gcc.cmake
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: move the two CMAKE_SHARED_LIBRARYC/CXX_FLAGS for gcc fromAlexander Neundorf2007-05-221-1/+2
| | | | | | CMakeGenericSystem.cmake to gcc.cmake Alex
* BUG: Applied patch from bug#4462.Brad King2007-02-191-2/+6
|
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses ↵Brad King2006-10-051-0/+2
| | | | bug #3462.
* ENH: Changed preprocessed source extension to .i and assembly extension to ↵Brad King2006-08-091-4/+4
| | | | .s for more portability.
* ENH: Added generation of rules to manually request preprocessed or generated ↵Brad King2006-08-081-0/+4
| | | | assembly sources.
* BUG#895: Adding -DNDEBUG to C and C++ flags for release builds.Brad King2004-06-011-4/+4
|
* BUG: fix for bug 383 gcc flags are now always set if the compiler is gnuBill Hoffman2003-11-141-10/+16
|
* minor change to default compile flagsKen Martin2003-01-221-4/+4
|
* ENH: Adding build type flags for C.Brad King2002-12-181-0/+4
|
* clean up flags with _init flagsBill Hoffman2002-11-111-11/+6
|
* BUG: fix setting of c flagsBill Hoffman2002-11-101-1/+4
|
* fix for cxxflagsBill Hoffman2002-11-091-6/+8
|
* ENH: Moved caching of C*_FLAGS* settings down to ↵Brad King2002-11-081-18/+6
| | | | CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end.
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-0/+18