fix(execution): reimplemented the builtins
This commit is contained in:
parent
8a5c589742
commit
a8b4e5d6df
3 changed files with 91 additions and 28 deletions
|
|
@ -32,7 +32,7 @@ run_cmd "Running autoreconf" autoreconf --force --verbose --install
|
|||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
run_cmd "Configuring for MacOS" ./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -I/opt/homebrew/include' LDFLAGS='-L/opt/homebrew/lib'
|
||||
else
|
||||
run_cmd "Configuring for Linux" ./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g -fsanitize=address'
|
||||
run_cmd "Configuring for Linux" ./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g'
|
||||
fi
|
||||
|
||||
run_cmd "Cleaning build" make clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue