]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
make : indentation + .gitignore
authorGeorgi Gerganov <redacted>
Thu, 8 Dec 2022 17:42:06 +0000 (19:42 +0200)
committerGeorgi Gerganov <redacted>
Thu, 8 Dec 2022 17:42:06 +0000 (19:42 +0200)
.gitignore
Makefile

index 0e05ca07f2cb92b4e07d04413c1c70d954833da5..9ac0c72bd950604172b13d04f4f2ed6f6232fb1f 100644 (file)
@@ -16,6 +16,7 @@ stream
 command
 bench
 sync.sh
+libwhisper.so
 compile_commands.json
 
 examples/arm_neon.h
index b33979efee2ac0c4f82aaf20e92a79f376dbb12a..06fa3f299d41ad8cd571ea456095ea660a346395 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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  =