v4 parser.src Makefile for Windows without -mno-cygwin in debug mode

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@995 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-10-27 12:46:50 +00:00
parent 9953f0a1d6
commit a0ac3828eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CPP = c++
ifeq ($(DEBUG),yes)
CPPFLAGS = -mno-cygwin -ggdb -pg -Wall
CPPFLAGS = -ggdb -pg -Wall
FLEXFLAGS = -i -d
else
ifeq ($(MINGW),yes)