X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=cfe0ee0725fce1054130099129fd31d52c5f04f0;hb=9f548012815fcf17f6bae88e71e4fbd431516c31;hp=0bc7aad4364163f75f15b4b6ee627644d939fe10;hpb=4e23e9715dbd92cc53c085e465c4df2e704df3c1;p=ttf2png.git diff --git a/Makefile b/Makefile index 0bc7aad..cfe0ee0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ttf2png: ttf2png.c - gcc -Wall -Wextra -Werror -std=c89 -pedantic $^ -o $@ $(shell freetype-config --cflags --libs) $(shell pkg-config --cflags --libs libpng12) + gcc -Wall -Wextra -Werror -std=c89 -pedantic -O2 $^ -o $@ $(shell freetype-config --cflags --libs) $(shell pkg-config --cflags --libs libpng12) VER=0.3