From 84c3b3b5218aa17703ac2254f4f43d0eb22f8918 Mon Sep 17 00:00:00 2001 From: Odilitime <janesmith@airmail.cc> Date: Sun, 20 Aug 2017 10:00:19 -0700 Subject: [PATCH] fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6ae9dbf..54972976 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 -- GitLab