Index: wxcatapult/build/main.mk
===================================================================
--- wxcatapult.orig/build/main.mk
+++ wxcatapult/build/main.mk
@@ -49,10 +49,10 @@ BOOLCHECK=$(strip \
 # and by this Makefile.
 # Note: LDFLAGS are passed to the linker itself, LINK_FLAGS are passed to the
 #       compiler in the link phase.
-CXXFLAGS:=
+CXXFLAGS:=$(DEB_CXXFLAGS)
 LDFLAGS:=
 LDADD:=
-LINK_FLAGS:=
+LINK_FLAGS:=$(DEB_LDFLAGS)
 SOURCES:=
 
 # Logical Targets
