From de014b1fe6f14678f0b10077688c23b3f26f79f9 Mon Sep 17 00:00:00 2001 From: aspiring_aurelian Date: Fri, 8 Dec 2023 07:34:18 -0600 Subject: Working version, only debug --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9e8eafd..239005f 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,4 @@ debug: main.c - gcc -Wall main.c -o ./bin/debug \ No newline at end of file + gcc -Wall main.c -o ./bin/debug +release: main.c + gcc -O2 -march-native main.c -o ./bin/release \ No newline at end of file -- cgit v1.2.3