diff --git a/Makefile b/Makefile index e6ae9dbf98ce24e6a68d680b56b753ae83328f85..549729764ac0e4d9260b068412f45253839af95d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always --tags) CXXFLAGS = -O3 -flto=8 -std=c++14 -DVERSION=\"$(GIT_VERSION)\" WARNINGS = -Werror -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wnoexcept -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wswitch-default -Wundef -Wno-unused -Wzero-as-null-pointer-constant -Wuseless-cast -LIBS = -lglfw -lGL -lGLEW -lfreetype -lharfbuzz-lmbedtls -lmbedcrypto -lmbedx509 +LIBS = -lglfw -lGL -lGLEW -lfreetype -lharfbuzz -lmbedtls -lmbedcrypto -lmbedx509 LDFLAGS = -O3 -flto=8 INCPATH = -I /usr/include/freetype2 -I /usr/include/harfbuzz