Include full symbols in all linux builds.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2017-12-23 23:25:37 +00:00
parent 637c0c68fa
commit 870d7528ce

View File

@ -1,5 +1,7 @@
CXXOBJECTS = $(CXXFILES:.cpp=.o)
LDFLAGS += -g
SOURCES = $(CXXFILES)
OBJECTS = $(CXXOBJECTS)