X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=build%2Fdebug%2FMakefile;fp=build%2Fdebug%2FMakefile;h=d248635ee9b3e56090fa1ae50704f3e80f846378;hb=95bbd3d0b18007bf8614b1bf16042949b12fc641;hp=f50021422cab23b86bca06951908999d8a11f038;hpb=419b6e8de056ec37a40f05b4694f9cc275974cda;p=l2e.git diff --git a/build/debug/Makefile b/build/debug/Makefile index f500214..d248635 100644 --- a/build/debug/Makefile +++ b/build/debug/Makefile @@ -2,6 +2,6 @@ include ../targets.mk include ../config.mk include ../l2e.mk -CXXFlags += -O0 -g3 +CXXFLAGS += -O0 -g3 -include local.mk