diff options
author | Mark Shinwell <mshinwell@janestreet.com> | 2015-10-23 08:18:08 +0000 |
---|---|---|
committer | Mark Shinwell <mshinwell@janestreet.com> | 2015-10-23 08:18:08 +0000 |
commit | e27e699fca8214d3c16e1765dd8395c1b8bf02ed (patch) | |
tree | 9ab81cb14cc70c8d45bae2545bf9d1bf740ac63c /Makefile | |
parent | ce46d3bf2b3f45fbb8cb916bf526324a8ef63b6f (diff) | |
download | ocaml-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |