From 1fcb35168f3eec5e1e10da08bdaa6a6d6aaf5e30 Mon Sep 17 00:00:00 2001 From: CPunch Date: Tue, 5 Sep 2023 14:42:29 -0500 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c759ef..72b7916 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # make clean && make && ./bin/cosmo CC=clang -CFLAGS=-fPIE -Wall -Isrc -O3 -std=c99 #-g -fsanitize=address +CFLAGS=-fPIE -Wall -Isrc -O3 #-g -fsanitize=address LDFLAGS=-lm #-fsanitize=address OUT=bin/cosmo