summaryrefslogtreecommitdiffstats
path: root/cmake/Modules/DefineCompilerFlags.cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: Only build with _FORTIFY_SOURCE on release builds.Andreas Schneider2013-07-251-1/+1
* cmake: Pass _FORTIFY_SOURCE directly to the preprocessor.Andreas Schneider2013-07-131-2/+2
* cmake: Fix setting -D_FORTIFY_SOURCE=2.Andreas Schneider2013-02-071-6/+8
* BUG 99: Fix string function if no build type is set.Andreas Schneider2013-01-221-1/+1
* cmake: Only set -D_FORTIFY_SOURCE=2 if we have optimizations.Andreas Schneider2012-12-251-4/+7
* cmake: Set GNU compiler flags also for clang.Andreas Schneider2012-10-221-2/+3
* cmake: Make CHECK_C_COMPILER_FLAG_SSP a function.Andreas Schneider2011-07-291-1/+1
* cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider2011-01-021-2/+5
* build: Added -pedantic-errors.Andreas Schneider2010-09-101-1/+1
* build: Cleanup DefineCompilerFlags.Andreas Schneider2010-09-081-49/+57
* Change the test file for stackprotector for clangAris Adamantiadis2010-04-281-1/+2
* Set CFLAGS correctly.Andreas Schneider2010-02-131-7/+7
* Fixed setting of LFS CFLAGS.Andreas Schneider2009-10-021-2/+4
* Fixed LFS support on unix.Andreas Schneider2009-10-021-25/+25
* Remove --as-needed linker flag.Andreas Schneider2009-10-011-2/+0
* Add more warnings to gcc.Andreas Schneider2009-09-011-1/+2
* Link shared libraries with --as-needed by default.Andreas Schneider2009-08-251-3/+6
* Set gcc to c99 standard and enable pedantic.Andreas Schneider2009-08-251-1/+1
* Suppress warning about "deprecated" functions in MSVC.Andreas Schneider2009-08-111-0/+5
* Add compile flags and test for compiler options only if we use gcc.Andreas Schneider2009-07-211-42/+41
* Only add additional warnings if we have a GNU compiler.Andreas Schneider2009-07-211-1/+3
* Fix cmake on BSD.Andreas Schneider2009-06-091-3/+3
* Add Makefiles for the CMake build system.Andreas Schneider2009-02-021-0/+49