From 4b70453d745d5777513a99c98ab38b148e0ca3dd Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 28 Mar 2013 14:14:28 +0100 Subject: [PATCH] * HACKING: Typo --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 19c72a701..fd19af6d1 100644 --- a/HACKING +++ b/HACKING @@ -125,7 +125,7 @@ Running coverage tests First, compile (and link) Spot with coverage enabled. - % ./configure CXX='gcc --coverage' + % ./configure CXX='g++ --coverage' % make Then run the test suite (or any program you want to study).