glow
glow copied to clipboard
Tests fail when building with tcc
In GitLab by @kwanzknoel on May 10, 2021, 18:01
To Reproduce
Following steps here.
With tcc
, results in FAILURE
.
rm -rf ~/.gerbil/lib/mukn/glow # clean build
./build.ss compile -t --O
./unit-tests.ss
With gcc
, results in SUCCESS
.
rm -rf ~/.gerbil/lib/mukn/glow # clean build
./build.ss
./unit-tests.ss
tcc
was installed with:
nix-env -iA nixos.tinycc