mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-07-12 10:15:03 +02:00
make : revert accidental change of optimization flags
This commit is contained in:
4
Makefile
4
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
|
||||
|
Reference in New Issue
Block a user