glow icon indicating copy to clipboard operation
glow copied to clipboard

Tests fail when building with tcc

Open kwannoel opened this issue 3 years ago • 0 comments

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

kwannoel avatar Sep 22 '21 05:09 kwannoel