Skip to content

Commit 358bb6c

Browse files
committed
New conversion script, WIP
1 parent 5b70e7d commit 358bb6c

18 files changed

+1198
-1203
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ endif
3131
#
3232

3333
# keep standard at C11 and C++11
34-
CFLAGS = -I. -O3 -DNDEBUG -std=c11 -fPIC
35-
CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC
36-
LDFLAGS =
34+
CFLAGS = -I. -O3 -DNDEBUG -std=c11 -fPIC -g3 -fsanitize=address,undefined
35+
CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -g3 -fsanitize=address,undefined
36+
LDFLAGS = -g3
3737

3838
# warnings
3939
CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-unused-function

convert-ggml-to-pth.py

Lines changed: 0 additions & 299 deletions
This file was deleted.

0 commit comments

Comments
 (0)