mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
4 lines
87 B
Bash
Executable file
4 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export CC='clang -fsanitize=address'
|
|
make -ef Makefile.no-autoconfig "$@"
|