summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/com_GCC_defs.mk
AgeCommit message (Expand)Author
2021-05-13gbuild: work around GDB 10 bug with DWARF5 in split debug infoMichael Stahl
2021-03-25gbuild: don't use -Wunused-macros with sccacheMichael Stahl
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
2017-09-12android: tune symbols for lldb & we actually target 14 as minSDKChristian Lohmaier
2017-08-24Explicitly specify -finput-charset=UTF-8 for GCC/ClangStephan Bergmann
2017-06-19only unit-test one loplugin at a timeNoel Grandin
2017-06-01HAVE_THREADSAFE_STATICS sould always be trueStephan Bergmann
2017-04-10gbuild: revert to -O0 instead of -Og for GCC --enable-debug/dbgutil buildsMichael Stahl
2016-12-01gbuild: replace -O0 with -Og for GCC --enable-debug/dbgutil buildsMichael Stahl
2016-11-15New compilerplugins/clang unit testsStephan Bergmann
2016-09-20Remove HAVE_GCC_VISIBILITY_BROKEN, never trueStephan Bergmann
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-09-12Disable GCC 6 -Wnull-dereference again for nowStephan Bergmann
2016-08-02Remove some presumably unnecessary leftovers from ancient timesTor Lillqvist
2016-07-21gbuild: always set CCACHE_CPP2=1 when COM_IS_CLANGMichael Stahl
2016-07-21gbuild: set CCACHE_CPP2 automatically with --enable-compiler-pluginMichael Stahl
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann
2016-05-11Enable Clang -Wimplicit-fallthroughStephan Bergmann
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann
2016-04-18Enable further GCC 6 warningsStephan Bergmann