]> code.delx.au - gnu-emacs/blobdiff - nt/gmake.defs
Some small updates for the Acknowledgments sections in the manual
[gnu-emacs] / nt / gmake.defs
index 7206237c47aee1205ca405be10a33ed777c553dd..358c262db28bac0775a478f08ea398608511b60b 100644 (file)
@@ -211,7 +211,7 @@ OBJ1_c              = $(patsubst $(BLD)%.$(O),$(CURDIR)%.c,$(OBJ1))
 OBJ2_c         = $(patsubst $(BLD)%.$(O),$(CURDIR)%.c,$(OBJ2))
 
 ifdef NOOPT
-DEBUG_CFLAGS   = -DEMACSDEBUG -fno-crossjumping
+DEBUG_CFLAGS   = -DEMACSDEBUG -fno-crossjumping -std=gnu99
 else
 DEBUG_CFLAGS   =
 endif