summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Shinwell <mshinwell@janestreet.com>2015-10-23 08:18:08 +0000
committerMark Shinwell <mshinwell@janestreet.com>2015-10-23 08:18:08 +0000
commite27e699fca8214d3c16e1765dd8395c1b8bf02ed (patch)
tree9ab81cb14cc70c8d45bae2545bf9d1bf740ac63c /Makefile
parentce46d3bf2b3f45fbb8cb916bf526324a8ef63b6f (diff)
downloadocaml-e27e699fca8214d3c16e1765dd8395c1b8bf02ed.tar.gz
GPR#173: Attributes to control inlining
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16530 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0989df22cd..78fba002cd 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,8 @@ TYPING=typing/ident.cmo typing/path.cmo \
COMP=bytecomp/lambda.cmo bytecomp/printlambda.cmo \
bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo \
- bytecomp/translobj.cmo bytecomp/translcore.cmo \
+ bytecomp/translobj.cmo bytecomp/translattribute.cmo \
+ bytecomp/translcore.cmo \
bytecomp/translclass.cmo bytecomp/translmod.cmo \
bytecomp/simplif.cmo bytecomp/runtimedef.cmo \
driver/pparse.cmo driver/main_args.cmo \