mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-12-16 08:46:17 +00:00
use musl-gcc to build smallest binary: gcc -specs "/usr/local/musl/lib/musl-gcc.specs" -static -O2 -D_FILE_OFFSET_BITS=64 vtoygpt.c crc32.c -o vtoygpt Signed-off-by: Wentao Guan <guanwentao@uniontech.com>