Skip to content

Commit

Permalink
Enable lto
Browse files Browse the repository at this point in the history
  • Loading branch information
swillner committed Mar 17, 2021
1 parent 2322325 commit efb0acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
highlight-pointer: highlight-pointer.c
$(CC) $^ -o $@ -O3 -Wall -Wextra -Wshadow -std=c99 -lX11 -lXext -lXfixes -lXi
$(CC) $^ -o $@ -flto -O3 -Wall -Wextra -Wshadow -std=c99 -lX11 -lXext -lXfixes -lXi

0 comments on commit efb0acf

Please sign in to comment.