citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 824314df80f435bf6a7d40b4e7b9c45f5bbfd029
parent 6dc7237be3f2da6cd762f175ffe79a0c8a3b67b6
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 15:03:18 -0600

turn on -O2 and see if it makes a difference

Diffstat:
MJamrules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jamrules b/Jamrules @@ -1,4 +1,4 @@ -#OPTIM = -O2 ; +OPTIM = -O2 ; # This should be set by the packaging system so that we can make binaries that # will find everything they need to.