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

[project @ 2000-11-08 13:51:16 by simonmar]

-fvia-C for Main.hs; it uses myThreadId
parent 257b5bc2
No related merge requests found
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# $Id: Makefile,v 1.111 2000/11/07 14:07:09 simonmar Exp $ # $Id: Makefile,v 1.112 2000/11/08 13:51:16 simonmar Exp $
TOP = .. TOP = ..
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/boilerplate.mk
...@@ -196,7 +196,7 @@ absCSyn/PprAbsC_HC_OPTS = -H10m ...@@ -196,7 +196,7 @@ absCSyn/PprAbsC_HC_OPTS = -H10m
basicTypes/IdInfo_HC_OPTS = -K2m basicTypes/IdInfo_HC_OPTS = -K2m
codeGen/CgCase_HC_OPTS = -fno-prune-tydecls codeGen/CgCase_HC_OPTS = -fno-prune-tydecls
hsSyn/HsExpr_HC_OPTS = -K2m hsSyn/HsExpr_HC_OPTS = -K2m
main/Main_HC_OPTS = main/Main_HC_OPTS = -fvia-C
ifneq "$(GhcWithHscBuiltViaC)" "YES" ifneq "$(GhcWithHscBuiltViaC)" "YES"
ifeq "$(GhcReportCompiles)" "YES" ifeq "$(GhcReportCompiles)" "YES"
......
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