make : indentation + .gitignore

pull/254/head
Georgi Gerganov 2022-12-08 19:42:06 +02:00
parent 0f98755fc5
commit 832b4f34c9
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -16,6 +16,7 @@ stream
command
bench
sync.sh
libwhisper.so
compile_commands.json
examples/arm_neon.h

View File

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