diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-03-13 00:59:01 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-03-13 00:59:01 -0500 |
commit | d70fdcf7f031566fd582362899099f9fba23a7ac (patch) | |
tree | ce3bd362adcf7db4e41b32bafb52d855cfc097b4 /src/chrtrans | |
parent | 184855c6f7b9e1727a8f419b475b1fffd9292911 (diff) | |
download | lynx-snapshots-d70fdcf7f031566fd582362899099f9fba23a7ac.tar.gz |
snapshot of project "lynx", label v2-8-3dev_22
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/makefile.dos | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chrtrans/makefile.dos b/src/chrtrans/makefile.dos index 369246ac..3ba32967 100644 --- a/src/chrtrans/makefile.dos +++ b/src/chrtrans/makefile.dos @@ -12,7 +12,7 @@ CFLAGS = $(MCFLAGS) CC = gcc -MCFLAGS = -O3 -DDOSPATH -DNO_TTYTYP \ +MCFLAGS = -O1 -DDOSPATH -DNO_TTYTYP \ -I. \ -I../../WWW/Library/Implementation \ -I../../djgpp/watt32/inc \ |