CONFIGURE: Fix typo

This commit is contained in:
Hubert Maier 2022-08-26 11:50:27 +02:00 committed by Filippos Karapetis
parent 2d0b2bc58a
commit 26f0349b4c

2
configure vendored
View File

@ -2908,7 +2908,7 @@ EOF
FREETYPE2_CFLAGS="-I$_freetypepath/include" # there were link errors / missing symbols without this
_freetype_found="true"
else
#use link time optimization to further reduce exe size (this can't be used with setjmp whcih freetype requires)
#use link time optimization to further reduce exe size (this can't be used with setjmp which freetype requires)
# TODO: Figure out why this is a conflict and/or if freetype can be built without setjmp
append_var CXXFLAGS "-flto"
append_var LDFLAGS "-flto"