Skip to content

Commit

Permalink
Fix compile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
phoboslab committed Nov 24, 2021
1 parent 19dc63c commit de17b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qoibench.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Simple benchmark suite for png, stbi and qoi
Requires libpng, "stb_image.h" and "stb_image_write.h"
Compile with:
gcc qoibench.c -std=gnu99 -O3 -o qoibench
gcc qoibench.c -std=gnu99 -lpng -O3 -o qoibench
Dominic Szablewski - https://phoboslab.org
Expand Down

0 comments on commit de17b3c

Please sign in to comment.