Skip to content
Snippets Groups Projects
Commit 231ac169 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-05-12 13:37:05 by simonmar]

compile PrelRules with -fvia-C for now.
parent 2bba385f
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.77 2000/05/10 13:07:43 simonmar Exp $
# $Id: Makefile,v 1.78 2000/05/12 13:37:05 simonmar Exp $
TOP = ..
include $(TOP)/mk/boilerplate.mk
......@@ -141,6 +141,8 @@ nativeGen/MachCode_HC_OPTS = -H10m
usageSP/UsageSPInf_HC_OPTS = -Onot
prelude/PrimOp_HC_OPTS = -H12m -K3m
prelude/PrelRules_HC_OPTS = -fvia-C
parser/Lex_HC_OPTS = -fvia-C -K2m -H16m
parser/Ctype_HC_OPTS = -K2m -fvia-C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment