summaryrefslogtreecommitdiff
path: root/m4/compiler_options.m4
AgeCommit message (Expand)AuthorFilesLines
2019-05-29build: disable "-Wunknown-pragmas" warningThomas Haller1-0/+1
2019-04-16build: document defaults consistentlyLubomir Rintel1-2/+2
2019-02-08build: re-enable "-Wmissing-braces" warningThomas Haller1-6/+0
2019-02-04build: fix building with LTOBeniamino Galvani1-2/+2
2018-09-18build: don't change CFLAGS from configure.acBeniamino Galvani1-5/+5
2018-08-07build: set -Wall when probing extra warning optionsLubomir Rintel1-1/+1
2018-07-17build: pass -std=gnu99 to compilerThomas Haller1-1/+1
2018-07-17m4/trivial: fix indentationThomas Haller1-1/+1
2018-02-16m4: parametrize flags variableLubomir Rintel1-20/+23
2018-02-08m4/trivial: add a bug link to a compiler warning checkLubomir Rintel1-0/+1
2018-02-07m4: disable -Wcast-function-typeLubomir Rintel1-0/+10
2017-12-18build: enable unused-but-set warningLubomir Rintel1-1/+0
2017-12-15build: add "-Wvla" to warn about uses of variable-length arraysThomas Haller1-0/+1
2017-05-18build: enable -Wlogical-op and -Wshift-negative-value compiler warningThomas Haller1-0/+2
2017-04-18m4: disable -Wmissing-braces for newer clangLubomir Rintel1-0/+6
2017-02-10build: test for support of -flto compiler flagThomas Haller1-3/+8
2017-02-10build: add m4 macros for --enable-lto and --enable-ld-gcThomas Haller1-0/+27
2017-02-06build: reorder flags in "m4/compiler_options.m4"Thomas Haller1-16/+16
2017-02-06build: enable -Wextra warningThomas Haller1-0/+2
2017-02-06build: disable -Wformat-truncation warningThomas Haller1-0/+1
2017-02-06build: enable -Wimplicit-fallthrough warning from gcc7Thomas Haller1-0/+1
2017-02-06m4/compiler_options.m4: add line breaks for compiler options to checkThomas Haller1-6/+17
2017-01-19build: move the --enable-more-warning option from m4/ to configure.acLubomir Rintel1-1/+1
2016-11-10build: allow using GCC C99 dialect instead of C89Thomas Haller1-1/+1
2016-06-06build: disable warning "-Wformat-y2k"Thomas Haller1-0/+1
2016-06-03build: configure.ac: always set -fno-strict-aliasingBeniamino Galvani1-1/+1
2016-06-03build: add -Wformat-nonliteral to --enable-more-warnings flagsDan Williams1-1/+1
2016-05-18build: add macro to check the compiler flag supportLubomir Rintel1-20/+23
2016-05-18trivial: rename compiler_warnings.m4 to compiler_options.m4Lubomir Rintel1-0/+107