Age | Commit message (Collapse) | Author |
|
* [ci] fix broken ci
* [ci] enable higher optimization level and lto
higher optimization levels enable more warnings and deeper analysis.
likewise, lto can catch a couple errors which typically goes unnoticed
without it.
|
|
removes /dev/null redirections from the dep step so in case some dep
fails to install/compile we will have the log.
|
|
avoids our ci failing in case there's a faulty new commit on tcc.
|
|
|
|
this runs both default and minimal build with gcc, clang and tcc.
|