diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-08-20 11:56:05 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-08-20 11:56:05 -0400 |
commit | 1405d648b6264cfda7c46f5b251258335abaee83 (patch) | |
tree | 555baeceb4beebeb2a3cc69cc736fc2680faa742 /Makefile | |
parent | 9562fde36d6d28188210eb6053b9e2f9a9242702 (diff) |
transparency with font on ui box
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ LIBDIR = lib LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -lluajit -ldl -lGLEW -lGL \ -lSDL2_image -lSOIL -lfreetype -CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic \ +CXXFLAGS = -ggdb -g3 -std=c++17 -Wall -Wextra -Werror -pedantic \ -Wno-class-memaccess -Wno-implicit-fallthrough -m64 -O1 CXXINCS = -Isrc -I$(LIBDIR)/LuaJIT/src -I$(LIBDIR)/entityx \ |