diff --git a/picolm/Makefile b/picolm/Makefile index 4fd3c7a..b7764a3 100644 --- a/picolm/Makefile +++ b/picolm/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -O2 -std=c11 -D_GNU_SOURCE -Wall -Wextra -Wpedantic +CFLAGS = -O3 -std=c11 -D_GNU_SOURCE -Wall -Wextra -Wpedantic -ffast-math LDFLAGS = -lm -lpthread SRCS = picolm.c model.c tensor.c quant.c tokenizer.c sampler.c grammar.c TARGET = picolm