main : add option to print the progress (#276)

This commit is contained in:
Georgi Gerganov
2022-12-16 20:20:43 +02:00
parent b8065d90f5
commit 32fbc8cd04
2 changed files with 61 additions and 58 deletions

View File

@@ -27,8 +27,8 @@ endif
# Compile flags
#
CFLAGS = -I. -O3 -std=c11 -fPIC
CXXFLAGS = -I. -I./examples -O3 -std=c++11 -fPIC
CFLAGS = -I. -Ofast -std=c11 -fPIC
CXXFLAGS = -I. -I./examples -Ofast -std=c++11 -fPIC
LDFLAGS =
# OS specific