4 lines
141 B
Bash
Executable File
4 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
clang-19 -pipe -fsanitize=address -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -std=gnu23 $CFLAGS src/*c
|