summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/com_GCC_defs.mk
AgeCommit message (Expand)Author
2021-05-08gbuild: work around GDB 10 bug with DWARF5 in split debug infoMichael Stahl
2021-04-23gbuild: don't use -Wunused-macros with sccacheMichael Stahl
2020-09-24Use -flto=thin in gb_LTOFLAGS for Apple's Clang (for macOS and iOS)Tor Lillqvist
2020-08-12Enable --enable-lto --enable-skia when building with GCC+Clang on LinuxStephan Bergmann
2020-08-05Adapt --enable-lto to --without-parallelismStephan Bergmann
2020-07-28Adapt --enable-ld to Clang 12 trunk --ld-pathStephan Bergmann
2020-05-27Revert "bloaty: use -ffunction-sections and --gc-sections for linking"Noel Grandin
2020-05-27bloaty: use -ffunction-sections and --gc-sections for linkingNoel Grandin
2020-05-26use -Xclang -debug-info-kind=constructor if availableLuboš Luňák
2020-05-05Disable -Wstringop-overflow in --enable-optimized builds with GCCStephan Bergmann
2020-04-21don't try to use -fno-enforce-eh-specs with ClangLuboš Luňák
2020-02-19add --enable-optimized=debugLuboš Luňák
2020-02-10add BLOCK_PCH to gbuild, allowing partial non-PCH rebuildsLuboš Luňák
2020-01-08Enable Clang -Wembedded-directiveStephan Bergmann
2019-12-12Enable -Wdeprecated-copy-dtor where availableStephan Bergmann
2019-12-08Improve -fdiagnostics-color handlingStephan Bergmann
2019-12-08gbuild: color gcc output if possibleThorsten Behrens
2019-12-07Remove redundant gb_YACC indirectionStephan Bergmann
2019-12-06Honor BISON passed into configureStephan Bergmann
2019-10-12-fstack-protector-strong is long since availableStephan Bergmann
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin
2019-10-04filter arguments to MSVC to avoid the annoying D9025 warningLuboš Luňák
2019-09-20Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY supportStephan Bergmann
2019-09-09update paths to the compilerpluginLuboš Luňák
2019-05-24disable warnings in external libsLuboš Luňák
2019-05-09if ccache is enabled, by default also enable CCACHE_DEPENDLuboš Luňák
2019-05-09simply set ccache env.vars instead of just warning about themLuboš Luňák
2019-05-09support different levels of PCH usageLuboš Luňák
2019-05-09use -fno-pch-timestamp when generating Clang PCH filesLuboš Luňák
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2019-04-11--gdb-index flags should be used only when linking with symbolsLuboš Luňák
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann
2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann
2019-01-21Slience bogus -Werror=maybe-uninitializedStephan Bergmann
2018-12-06Remove obsolete GCC version checksStephan Bergmann
2018-11-25Generally set CCACHE_CPP2 for --enable-werror GCCStephan Bergmann
2018-08-11when DISABLE_DYNLOADING gc linkingCaolán McNamara
2018-07-04add --enable-gdb-index for --gdb-index from gold/lldLuboš Luňák
2018-07-04add configure option --enable-ld to use GNU gold or LLVM lldLuboš Luňák
2018-07-04add --enable-split-debug for -gsplit-dwarfLuboš Luňák
2018-07-02gbuild: avoid -Wunused-macros with clang and icecream+ccacheMichael Stahl
2018-06-25gbuild: fix GCC_VERSION checkMichael Stahl
2018-05-30gbuild: avoid -Wunused-macros with clang and icecreamMichael Stahl
2018-02-19Buildsystem changes to recognize Haiku.Kacper Kasper
2018-01-24Globally disable -Wcast-function-type new with upcoming GCC 8Stephan Bergmann
2018-01-22boost: upgrade to release 1.66.0Michael Stahl
2017-12-08New --enable-compiler-plugins=debug modeStephan Bergmann
2017-10-11There appears to be no need for -I. in SOLARINCStephan Bergmann
2017-09-13Enable -Wunreachable-codeStephan Bergmann