mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 02:09:32 -06:00
Use -optl/-optP hacks to pass CPPFLAGS and LDFLAGS
This commit is contained in:
@@ -3,7 +3,7 @@ include config.mk
|
||||
|
||||
GHMAKE=$(GHC) --make
|
||||
GHCXMAKE=ghcxmake
|
||||
GHCFLAGS= -package util -fglasgow-exts $(CPPFLAGS) $(LDFLAGS)
|
||||
GHCFLAGS= -package util -fglasgow-exts -optP'$(CPPFLAGS)' -optl'$(LDFLAGS)'
|
||||
GHCOPTFLAGS=-O2
|
||||
GHCFUDFLAG=
|
||||
JAVAFLAGS=-target 1.4 -source 1.4
|
||||
|
||||
Reference in New Issue
Block a user