From ee48d2771f45a210a25cc354d0dbff5f69821f8b Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 3 May 2020 20:34:50 -0700 Subject: removed the day's confusion. added debug and release mode to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e09510d..0861986 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CINIT := $(LIB_DIR)/crt/crt1.o $(LIB_DIR)/crt/x86_64/crti.o `gcc --print-file-na CFINI := `gcc --print-file-name=crtendS.o` $(LIB_DIR)/crt/x86_64/crtn.o # Flags, Libraries and Includes -CFLAGS := -g -O3 -march=native \ +CFLAGS := -g -march=native \ -ffast-math -fno-strict-aliasing -fwrapv -fms-extensions \ -Wno-microsoft-anon-tag -Wno-incompatible-function-pointer-types STATIC := -static -nodefaultlibs -nostartfiles -- cgit v1.2.1