From 40722c35d4e9bf1a7a6cbe429898c3b97d66a335 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Thu, 14 Feb 2013 17:34:54 +0100 Subject: [PATCH] Update hacking instructions. --- HACKING | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 5ddab53..dcaa3c1 100644 --- a/HACKING +++ b/HACKING @@ -1,6 +1,10 @@ Building instructions --------------------- -ocamlbuild src/test.native +./build [options] -to build the native executable. \ No newline at end of file + builds the native executable +options: + -d build the executable in debug mode + -p build the executable in profile mode + -v versbose build -- 2.17.1