mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Allow disabling signal support in configure.
This commit is contained in:
@@ -46,6 +46,9 @@ ifneq ("$(LDFLAGS)","")
|
||||
GHCFLAGS += -optl'$(LDFLAGS)'
|
||||
endif
|
||||
|
||||
ifeq ("$(INTERRUPT)","yes")
|
||||
GHCFLAGS += -DUSE_INTERRUPT
|
||||
endif
|
||||
|
||||
ifeq ("$(ENABLE_JAVA)", "yes")
|
||||
BUILD_JAR=jar
|
||||
|
||||
Reference in New Issue
Block a user