Remove stray newlines

master
Greta Yorsh 2020-04-17 13:07:50 +01:00
parent 7271919a47
commit b823c8d8fc
3 changed files with 0 additions and 3 deletions

View File

@ -61,7 +61,6 @@ INCLUDES=-I utils -I parsing -I typing -I bytecomp -I file_formats \
COMPFLAGS=-strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 \
-warn-error A \
-bin-annot -safe-string -strict-formats $(INCLUDES)
LINKFLAGS=
ifeq "$(strip $(NATDYNLINKOPTS))" ""

View File

@ -73,7 +73,6 @@ endif
ifeq "$(FLAMBDA)" "true"
OPTCOMPFLAGS += -O3
endif
# By default, request ocamllex to be quiet
OCAMLLEX_FLAGS ?= -q

View File

@ -25,7 +25,6 @@ CAMLC=$(CAMLRUN) $(COMPILER)
COMPFLAGS=-strict-sequence -absname -w +a-4-9-41-42-44-45-48 \
-g -warn-error A -bin-annot -nostdlib \
-safe-string -strict-formats
OPTCOMPILER=$(ROOTDIR)/ocamlopt
CAMLOPT=$(CAMLRUN) $(OPTCOMPILER)
CAMLDEP=$(BOOT_OCAMLC) -depend