Skip to content

Commit

Permalink
7% faster than fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
Conni2461 committed Aug 9, 2021
1 parent fbf967f commit 2ef82a0
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 292 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all: build/$(TARGET) build/cli

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

build/$(TARGET): src/fzf.c src/fzf.h
$(MKD) build
Expand Down
Loading

0 comments on commit 2ef82a0

Please sign in to comment.