1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-20 08:46:39 +00:00

WIP still, trying for a fix

This commit is contained in:
Larry Masinter
2021-05-24 12:26:31 -07:00
parent c0850ddb52
commit d625665cde
4 changed files with 21 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ XFILES = $(OBJECTDIR)xmkicon.o \
XFLAGS = -DXWINDOW
# OPTFLAGS is normally -O2.
OPTFLAGS = -O2 -g3
OPTFLAGS = -O0 -g3
DFLAGS = $(XFLAGS) -DRELEASE=351
LDFLAGS = -L/usr/X11/lib -lX11 -lc -lm