summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)Author
2021-05-31Enable -bigobj on MSVCMike Kaganski
2021-05-29gbuild: implement gb_Library_get_target_for_buildJan-Marek Glogowski
2021-05-19Document that setting gb_CXX03FLAGS for clang-cl doesn't workStephan Bergmann
2021-05-06Fix typosAndrea Gelmini
2021-05-06gbuild: work around GDB 10 bug with DWARF5 in split debug infoMichael Stahl
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-05-01avoid windres preprocessor quoting-messups with current cygwinChristian Lohmaier
2021-04-03Add initial support for sccache builds on WNTThorsten Behrens
2021-03-25compilerplugins: fix clang plugin allowlists for sccache-distMichael Stahl
2021-03-23Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski
2021-03-09Run gdb in `make debugrun` with PYTHONWARNINGS=default, tooStephan Bergmann
2021-02-28gbuild: don't use -Wunused-macros with sccacheMichael Stahl
2021-02-26WIN don't use --wrapper-print-cmdline in verboseJan-Marek Glogowski
2021-02-17More targeted suppression of bogus GCC -Werror=stringop-overflow=Stephan Bergmann
2020-12-26My Windows build started to need an explicit -Zc:twoPhase- for CLI nowStephan Bergmann
2020-12-17include everything from BUILDDIR, e.g. config_host/*Mike Kaganski
2020-12-14Add -wd4505 also back to gb_CXXFLAGSStephan Bergmann
2020-12-14-wd4505 is still neededStephan Bergmann
2020-12-14The workaround for MSVC C4702 is still neededStephan Bergmann
2020-12-14remove some MSVC -wdNoel Grandin
2020-10-22Add gbuild/platform/FREEBSD_POWERPC[64]_GCC.mk files.Gleb Popov
2020-10-22Cosmetic change for clarificationTor Lillqvist
2020-10-09Split off REAL_BUILD_CC_FLAGS from REAL_BUILD_CCStephan Bergmann
2020-09-30Fix typosAndrea Gelmini
2020-09-30use -fpch-codegen rather than -fmodules-codegenLuboš Luňák
2020-09-30bridges: add a Windows Arm64 UNO bridgeJan-Marek Glogowski
2020-09-24Use -flto=thin in gb_LTOFLAGS for Apple's Clang (for macOS and iOS)Tor Lillqvist
2020-09-24Implement DEBUGCPPUNIT as a special case of CPPUNITTRACEStephan Bergmann
2020-09-24Move some settings from just DEBUGCPPUNIT to all gdb CPPUNITTRACEStephan Bergmann
2020-09-24Expand the Windows CPPUNITTRACE=TRUE abbreviation in placeStephan Bergmann
2020-09-23Switch from -Oz to -O2 for iOSTor Lillqvist
2020-09-16configure + gbuild: handle Windows Arm64Jan-Marek Glogowski
2020-09-15WIN add and apply default msbuild platform+configJan-Marek Glogowski
2020-09-11WIN cross: fix gpg-related library buildsJan-Marek Glogowski
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
2020-09-11WIN drop --enable-64bit to select Windows targetJan-Marek Glogowski
2020-09-05fix macOS malloc debuggingNoel Grandin
2020-09-04revert the macos part of..Noel Grandin
2020-08-25dont turn on malloc debugging for gdb itselfNoel Grandin
2020-08-12Enable --enable-lto --enable-skia when building with GCC+Clang on LinuxStephan Bergmann
2020-08-07Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist
2020-08-05Adapt --enable-lto to --without-parallelismStephan Bergmann
2020-07-29Port to FreeBSD aarch64miki
2020-07-28Adapt --enable-ld to Clang 12 trunk --ld-pathStephan Bergmann
2020-07-17use Clang11's -fpch-instantiate-templates if availableLuboš Luňák
2020-07-10replace usage of whitelist with allowlistThorsten Behrens
2020-06-29Initial WIP steps for building for macOS on Apple SiliconTor Lillqvist
2020-06-10Revert "enable backtraces for unit tests on macos"Noel Grandin
2020-06-03enable backtraces for unit tests on macosNoel Grandin
2020-05-27Revert "bloaty: use -ffunction-sections and --gc-sections for linking"Noel Grandin