Disable static builds by default. Change from March 25 2013.

This commit is contained in:
Tony Garnock-Jones 2013-11-30 14:31:09 -05:00
parent faa9bd259d
commit c3326de9ef
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
APP=hop_server
TEMPLATES=$(wildcard web/bootstrap/templates/*.xml)
HTML=$(subst web/bootstrap/templates/,web/,$(subst .xml,.html,$(TEMPLATES)))
OCAMLBUILD=ocamlbuild -classic-display -use-ocamlfind -X scratch -lflag -cclib -lflag -static
# Static builds. So far I've only seen this work on Linux. OS X complains about missing -lcrt0.o.
# OCAMLBUILD=ocamlbuild -classic-display -use-ocamlfind -X scratch -lflag -cclib -lflag -static
OCAMLBUILD=ocamlbuild -classic-display -use-ocamlfind -X scratch
all: \
message.ml amqp_spec.ml \