# Makefile flags for ming64 debug builds # # $Id: common-flags.mk 208 2014-11-19 11:06:09Z pba $ # 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