From ddc66298a3c48dccaf1879e4262b6e870522aec7 Mon Sep 17 00:00:00 2001 From: Wojciech Meyer Date: Thu, 22 Dec 2011 19:11:30 +0000 Subject: [PATCH] PR#5313: Add Change log entry git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11943 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index 174d9104b..536e9666e 100644 --- a/Changes +++ b/Changes @@ -47,6 +47,7 @@ Bug Fixes: - PR#5416: (Windows) Unix.(set|clear)_close_on_exec now preserves blocking mode - PR#5436: update object ids on unmarshaling - emacs mode: colorization of comments and strings now works correctly +- PR#5313: ocamlopt -g misses optimizations Feature wishes: - PR#5358: first class modules don't allow "with type" declarations for types