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