Skip to content

Instantly share code, notes, and snippets.

View philtomson's full-sized avatar

Phil Tomson philtomson

View GitHub Profile
@joelreymont
joelreymont / 0001-fast-track-the-case-where-executable-name-matches-ma.patch
Created May 27, 2011 07:09
Avoid copying and invoke ocamlbuild once for all targets where executable name matches MainIs
From 618b4efb183fcd49256b43e04ef9e07fa67dcce6 Mon Sep 17 00:00:00 2001
From: Joel Reymont <[email protected]>
Date: Fri, 27 May 2011 09:07:29 +0200
Subject: [PATCH] fast-track the case where executable name matches main, avoid copying
---
src/base/BaseBuilt.ml | 9 ++++++++-
src/plugins/ocamlbuild/OCamlbuildPlugin.ml | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)