From 1eb81f863f96c32e6fb63852b89e0a29e2c4ce50 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 17 Dec 2022 18:57:42 +0200 Subject: [PATCH] make : revert accidental change of optimization flags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c3cfe2ab..a52df41f 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ endif # Compile flags # -CFLAGS = -I. -Ofast -std=c11 -fPIC -CXXFLAGS = -I. -I./examples -Ofast -std=c++11 -fPIC +CFLAGS = -I. -O3 -std=c11 -fPIC +CXXFLAGS = -I. -I./examples -O3 -std=c++11 -fPIC LDFLAGS = # OS specific