mirror of
https://github.com/0x221E/ibuild.git
synced 2026-01-17 18:37:00 +00:00
2 lines
166 B
Bash
Executable File
2 lines
166 B
Bash
Executable File
gcc -o ibuild src/main.c src/memory.c src/utils.c src/string.c src/discovery.c src/io.c src/command.c -fsanitize=address -g -DDEBUG -Wall -Wextra -Wpedantic -Wshadow
|