Skip to content

Commit 2ef82a0

Browse files
committed
7% faster than fzf
1 parent fbf967f commit 2ef82a0

File tree

2 files changed

+77
-292
lines changed

2 files changed

+77
-292
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all: build/$(TARGET) build/cli
1616

1717
build/cli: src/fzf.c src/fzf.h src/cli.c
1818
$(MKD) build
19-
$(CC) -Ofast -Wall -Werror src/fzf.c src/cli.c -o build/cli -pthread
19+
$(CC) -Ofast -Wall -Werror src/fzf.c src/cli.c -o build/cli
2020

2121
build/$(TARGET): src/fzf.c src/fzf.h
2222
$(MKD) build

0 commit comments

Comments
 (0)