summaryrefslogtreecommitdiff
path: root/Makefile.build_config.in
Commit message (Expand)AuthorAgeFilesLines
* Introduce the OC_NATIVE_CFLAGS build variableSébastien Hinderer2023-03-141-0/+3
* Compute OC_NATIVE_CPPFLAGS during configure rather than during buildSébastien Hinderer2023-03-141-2/+1
* Make OC_NATIVE_CPPFLAGS configurableSébastien Hinderer2023-03-141-0/+12
* Rename a few private build variablesSébastien Hinderer2023-03-141-12/+12
* Make private build variables privateSébastien Hinderer2023-03-141-0/+14
* Revert "Merge pull request #11988 from dra27/reconfigure"David Allsopp2023-02-031-3/+0
* Merge pull request #11981 from xavierleroy/stripdebugDavid Allsopp2023-02-031-2/+2
|\
| * Do not build bytecode executables with -g by defaultXavier Leroy2023-02-021-2/+2
* | Fail if the build tree needs reconfiguringDavid Allsopp2023-02-011-0/+3
|/
* Change the default value for OC_COMMON_LDFLAGSSébastien Hinderer2022-12-121-1/+1
* Compute LN during configure rather than during buildSébastien Hinderer2022-12-121-0/+3
* Build system: introduce the OC_BYTECODE_LDFLAGS and OC_NATIVE_LDFLAGS variablesSébastien Hinderer2022-12-121-0/+4
* Rename caml-tex into ocamltex, + related changesSébastien Hinderer2022-09-271-0/+2
* Rename configuration variables and make them more widely availableSébastien Hinderer2022-09-271-0/+4
* Make more config vars visible to the whole build system and use themSébastien Hinderer2022-09-271-1/+6
* Introduce and use the lib_runtime_events boolean configuration variableSébastien Hinderer2022-09-271-0/+3
* Stop passing -safe-string when building the compiler and in the testsuiteSébastien Hinderer2022-09-111-1/+1
* Generate config.generated.ml at configure rather than build timeSébastien Hinderer2022-09-071-4/+0
* Compute FLEXDLL_DIR during configure rather than during buildSébastien Hinderer2022-09-071-0/+1
* Generate ocamltest/ocamltest_config.ml during configure rather than buildSébastien Hinderer2022-09-071-0/+4
* Add the -g flag to the appropriate build variablesSébastien Hinderer2022-08-251-2/+2
* Build system: introduce a general framework to specify compiler flagsSébastien Hinderer2022-08-251-0/+27
* Compute default build target during configure rather than build timeSébastien Hinderer2022-06-231-0/+5
* Makefile.config_if_required: only load onceDavid Allsopp2022-05-261-0/+5
* configure: mk{dll,exe,maindll} expansionSébastien Hinderer2022-05-121-2/+3
* Where possible, expand flexlink_cmd and flexdll_chain in configureSébastien Hinderer2022-05-121-0/+3
* Refactor MKEXE and introduce MKEXE_VIA_CCDavid Allsopp2022-05-111-4/+0
* Merge runtime/Makefile in the root MakefileSébastien Hinderer2022-05-111-1/+1
* Merge yacc/Makefile into the root MakefileSébastien Hinderer2022-05-091-0/+3
* Get rid of condiitonals in runtime/MakefileSébastien Hinderer2022-05-061-0/+3
* Stop calling ranlib on created / installed libraries (#11184)Sébastien Hinderer2022-04-141-1/+1
* Let configure locate the diff program and determine which options it supportsSébastien Hinderer2022-03-141-0/+5
* Improve detection of sed for make alldependDavid Allsopp2022-01-041-0/+3
* Add --enable-native-toplevelDavid Allsopp2021-10-111-0/+3
* Install Changes, LICENSE, and READMEs (#10669)Nicolás Ojeda Bär2021-10-011-0/+5
* Control the flexdll bootstrap with configureDavid Allsopp2021-05-111-0/+5
* documentation: configuration switch for an odoc documentation mode (#9997)Florian Angeletti2021-04-071-0/+4
* Detect rlwrap in configureDavid Allsopp2020-09-121-0/+3
* Link DLLs with -static-libgcc on mingw-w64 i686David Allsopp2020-11-251-0/+4
* Cease committing C dependendency informationDavid Allsopp2020-04-171-0/+4
* Use autoconf AC_PROG_INSTALL resultsGabriel Scherer2020-04-171-2/+2
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-0/+25