Added --desktop flag with presets, added setclickthrough option, removed kde previous kde changes, updated readme

This commit is contained in:
Jarcode
2018-09-08 21:06:18 -07:00
parent fb1d85dbf9
commit d49be40fd3
15 changed files with 181 additions and 53 deletions

View File

@@ -8,7 +8,7 @@ ifeq ($(BUILD),debug)
GLAD_GEN = c-debug
# ASAN = -lasan
else
CFLAGS_BUILD = -O2 -march=native
CFLAGS_BUILD = -O2 -march=native -Wstringop-overflow=0
GLAD_GEN = c
endif
@@ -38,7 +38,7 @@ ifeq ($(INSTALL),unix)
endif
endif
ifndef DISABLE_GLFW
ifdef ENABLE_GLFW
CFLAGS_GLFW = -DGLAVA_GLFW
LDFLAGS_GLFW = -lglfw
endif