aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-03 20:34:50 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-03 20:34:50 -0700
commitee48d2771f45a210a25cc354d0dbff5f69821f8b (patch)
tree988f1d388352c76b9afb48502d87e6bfaa8f82bb /Makefile
parent9d9681d6a8b7d022bde993e0e51aed13174ad0c8 (diff)
removed the day's confusion. added debug and release mode to makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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