{"id":20502727,"url":"https://github.com/vlang/tccbin","last_synced_at":"2026-03-08T19:34:53.056Z","repository":{"id":49283215,"uuid":"214741109","full_name":"vlang/tccbin","owner":"vlang","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-19T07:25:12.000Z","size":47636,"stargazers_count":32,"open_issues_count":3,"forks_count":14,"subscribers_count":34,"default_branch":"master","last_synced_at":"2024-05-19T08:22:34.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vlang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-13T01:19:24.000Z","updated_at":"2024-05-19T08:22:34.268Z","dependencies_parsed_at":"2024-01-02T20:30:23.707Z","dependency_job_id":"da4c90f5-eeb1-4151-8e07-0fa44e9b3d78","html_url":"https://github.com/vlang/tccbin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Ftccbin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Ftccbin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Ftccbin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Ftccbin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlang","download_url":"https://codeload.github.com/vlang/tccbin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242099611,"owners_count":20071571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T19:27:17.765Z","updated_at":"2026-03-08T19:34:53.027Z","avatar_url":"https://github.com/vlang.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tccbin\n\nThis repository contains prebuilt executables for TCC, for different operating systems.\n\nPRs should be done to the corresponding branches. If a branch for your\ntarget triplet is not already created, please make an issue about it.\n\nNote: *Do not make PRs to the `master` branch. They will be closed.*\n\n# TCC\nTCC can be obtained from https://repo.or.cz/tinycc.git (follow the instructions there).\n\nNote: you have to compile it with `--config-backtrace=yes` and `--config-bcheck=yes`,\nfor V to work without additional V flags. The reason for that, is the V's builtin module\nhas calls to tcc_backtrace() for panics, when tcc is used, and tcc's bounds checking is\nuseful as a debugging aid for prototyping and debug builds.\n\nIf those flags do not work for you, your users will have to pass: \n`-d no_backtrace` and `-d no_segfault_handler` while compiling\ntheir programs with your prebuilt tcc, which is not very convenient.\n\nYou also need to ensure that the values you pass to --prefix and\n--bindir, during tcc's configuration stage, point to thirdparty/tcc .\n\nThe rest of the options can vary depending on the platform.\n\n# Add a Build script for easier future reproductions with newer version of TCC\nYou can look/copy [build.sh](https://github.com/vlang/tccbin/blob/thirdparty-linux-amd64/build.sh),\nand customize it for your new build. Please include a copy of the customized build script with your PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlang%2Ftccbin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlang%2Ftccbin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlang%2Ftccbin/lists"}