mirror of
https://github.com/0x221E/ibuild.git
synced 2026-01-18 02:42:20 +00:00
Feature: Add command execution on child processes feature
Temporary: Add configuration sample for forward compatibility
This commit is contained in:
2
build.sh
2
build.sh
@@ -1 +1 @@
|
||||
gcc -o ibuild src/main.c src/memory.c src/utils.c src/string.c src/discovery.c src/io.c -fsanitize=address -g -DDEBUG
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user