-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* compiler/driver: separate compilation for static exes triggered when the tree shaker is off, to avoid excessive compile times. * build-spec: remove unnecessary cc options this was from ancient gccs... * std/foreign: smarter define-guard macro it really shouldn't define a feature in separate compilation. * build-deps * script to build libgerbil.a * fix option folding * add build libgerbil step to build.sh * compile static exes with saparete comp and libgerbil by default * build libgerbil in CI * remove unnecessary options from crypto-test compilation * gxc: compile static exes by default - -static is now implied, unless you pass -dynamoc - -dynamic builds dynamic executables - -full-program-optimization enables the old style (slow) compilation * gxc: fix -dynamic * compiler/driver: expand output-bin path ld doesn't like ~ * make: exe is now static-exe also adds dynamic-exe: and optimized-exe: to the zoo * os/temporaries: get rid of mktemp tired of meaningless linker warnings... * tols: build dynamic executables * build-deps * add basic gxc exe compilation tests * run gxc tests on CI * fix bug * update gxc test * update documentation about the new status quo static executables for the win! * remove nonsensical sentence * build-libgerbil: compile to .c's separately * more separate compilation and also fix process leaks; they need to be closed. * prelude/core: add delete-file-or-directory * build static exe artifacts in a tmp directory to avoid races * build-libgerbil: clean up intermediate compilation artifacts
- Loading branch information
Showing
22 changed files
with
785 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.