diff --git a/.gitignore b/.gitignore index 0e05ca07f2c..9ac0c72bd95 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 b33979efee2..06fa3f299d4 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 =