From: Georgi Gerganov Date: Thu, 8 Dec 2022 17:42:06 +0000 (+0200) Subject: make : indentation + .gitignore X-Git-Tag: upstream/1.7.4~1743 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=832b4f34c9a155352c9f4c121faf92dcf759f86d;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp make : indentation + .gitignore --- diff --git a/.gitignore b/.gitignore index 0e05ca07..9ac0c72b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ stream command bench sync.sh +libwhisper.so compile_commands.json examples/arm_neon.h diff --git a/Makefile b/Makefile index b33979ef..06fa3f29 100644 --- 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 =