From 4033b56755e6adab0327e09b9db3f8d98f7c505b Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 29 Nov 2020 17:28:15 +0000 Subject: Fix FossilOrigin-Name: 863df0056651152c468b4ddc577226154b98509a --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbae9e4..1cf3fdb 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ # ======================== # # bsdsetsid: Makefile -# Sun Nov 29 18:15:56 CET 2020 +# Sun Nov 29 18:27:43 CET 2020 # Joe # # BSD Makefile @@ -44,6 +44,7 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic +CFLAGS += -march=native -O2 -pipe RM := rm -f MKDIR := mkdir -p -- cgit v1.2.3