miller/c/camake
2016-12-02 20:07:02 -05:00

11 lines
360 B
Bash
Executable file

#!/bin/bash
export CCOPT="clang -fsanitize=address -std=gnu99 -I. -I.. -Wall -Werror -O3 -lm"
export CCDEBUG="clang -fsanitize=address -std=gnu99 -I. -I.. -Wall -Werror -g -lm"
export DSLCC="clang"
export DSLCFLAGS="-I.. -Wall -O2 -fsanitize=address"
make -e -f Makefile.no-autoconfig -C parsing clean
make -e -f Makefile.no-autoconfig mlr mlrg