main: small changes, inling and auto mac hijacking

This commit is contained in:
theBigBlase 2023-10-06 21:37:28 -04:00
parent 8a6ffdedb1
commit c744b597c4
2 changed files with 28 additions and 26 deletions

View file

@ -5,7 +5,7 @@ OJB = $(SRC:.c=.o)
OUT = build
CC = /usr/bin/gcc
CFLAGS = -ansi -Wall -std=c99 -O0
CFLAGS = -ansi -Wall -fsanitize=address -std=c99 -O0
CFDEBUG = -ansi -Wall -g -std=c99
RM = /bin/rm -fr
TEST = -D TEST_TECH