From: Chris Hanson Date: Sun, 3 Dec 2000 05:40:08 +0000 (+0000) Subject: Optimize code by default. X-Git-Tag: 20090517-FFI~3170 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b2d84d0d717cbd91d5121fae6cd3051f7170a7fa;p=mit-scheme.git Optimize code by default. --- diff --git a/v7/src/microcode/ntutl/makefile.wcc b/v7/src/microcode/ntutl/makefile.wcc index a5f87f794..f8684c986 100644 --- a/v7/src/microcode/ntutl/makefile.wcc +++ b/v7/src/microcode/ntutl/makefile.wcc @@ -1,8 +1,8 @@ ### -*- Fundamental -*- ### -### $Id: makefile.wcc,v 1.13 1999/05/11 03:52:31 cph Exp $ +### $Id: makefile.wcc,v 1.14 2000/12/03 05:40:08 cph Exp $ ### -### Copyright (c) 1992-1999 Massachusetts Institute of Technology +### Copyright (c) 1992-2000 Massachusetts Institute of Technology ### ### This program is free software; you can redistribute it and/or ### modify it under the terms of the GNU General Public License as @@ -68,7 +68,10 @@ WRCFLAGS_SYSTEM = /i=$(%NT_INCLUDE) # /DMIT_SCHEME required to specialize some code # /DGUI configure a console window # omitted: /DNO_CONST /Di386 -UTIL_CFLAGS = /6r /d2 /ei /fpi /fp3 /op /s /w1 /zc /zp4 /zq +# +# For debugging, uncomment next line and comment one following. +#UTIL_CFLAGS = /6r /d2 /ei /op /s /w1 /zc /zp4 /zq +UTIL_CFLAGS = /6r /d1+ /ei /oe /op /ox /s /w1 /zc /zp4 /zq CFLAGS = $(UTIL_CFLAGS) /bm /DMIT_SCHEME /DGUI /i=. # Linker options.