# tinycc-min **Repository Path**: partic/tinycc-min ## Basic Information - **Project Name**: tinycc-min - **Description**: A branch fork from TinyCC (https://repo.or.cz/tinycc.git) and remove unnecessary feature. Current feature base on TinyCC comit 1de025c13a5f499c8956412f36e1bffbe4c88b7b - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-30 - **Last Updated**: 2023-05-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## TinyCC minimal version A branch fork from TinyCC(https://repo.or.cz/tinycc.git) This branch aim to make tcc compiler get rid of unnecessary feature like PE executable support, debug stab, bound check, coverage test, etc. eliminate code except these to compile C source code, output elf file, load and run elf file in memory.