Index: openmsx-catapult-0.9.1/build/main.mk
===================================================================
--- openmsx-catapult-0.9.1.orig/build/main.mk	2011-03-12 10:52:03.000000000 -0500
+++ openmsx-catapult-0.9.1/build/main.mk	2013-06-12 22:19:37.621394369 -0400
@@ -37,9 +37,9 @@
 # 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:=
-LINK_FLAGS:=
+LINK_FLAGS:=$(DEB_LDFLAGS)
 SOURCES:=
 
 # Logical Targets
