make : revert accidental change of optimization flags

pull/288/head
Georgi Gerganov 1 year ago
parent fba10a4c68
commit 1eb81f863f
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

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

Loading…
Cancel
Save