make : revert accidental change of optimization flags

This commit is contained in:
Georgi Gerganov 2022-12-17 18:57:42 +02:00
parent fba10a4c68
commit 1eb81f863f
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -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