Open drewc opened 7 months ago
Name | Link |
---|---|
Latest commit | 6457728da3aafe10c144cb74334df544d65ac90e |
Latest deploy log | https://app.netlify.com/sites/elastic-ritchie-8f47f9/deploys/6626f4d4d4a8670008492803 |
Deploy Preview | https://deploy-preview-1222--elastic-ritchie-8f47f9.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
I really don't like the modifying a source file in-place. It doesn't play well with git.
Generating a different file, or having the file read some configuration at compile-time, would be much better.
:+1: This bit me on a 5 hour build.
The new
%default-gerbil-gcc
can be set! semi-permanently via the./configure
script by$CC
or$GERBIL_GCC
.Then the gxc compiler (and bach) will always use that UNLESS it no longer exists or
GERBIL_GCC
is set, orCC
is set.If it cannot find them the old "use the first gcc in $PATH" applies. This is exported via
(gerbil-gcc)
A config file will be added.