# Makefile flags for ming64 debug builds # # $Id$ # this ... #include ../../win32/debug/common-flags.mk # ... does not work in multimodule setup, therefore do it the long way here: CFLAGS=-O2 -Wall CXXFLAGS=-O2 -Wall