From 8a27889d505b07d91ecd03ad1cfeb818b9b440f7 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Wed, 29 Oct 2014 20:32:33 -0500 Subject: Add instrumentation Track the number of comparisons, swaps, and rotations performed in each part of the sorting algorithm. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8cf35ad..e1281d1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -COMMONFLAGS = -Os -pipe -D_XOPEN_SOURCE=500 +COMMONFLAGS = -Os -pipe -D_XOPEN_SOURCE=700 CFLAGS = -std=c99 CXXFLAGS = -std=c++11 LIBS = -lm -lrt -- cgit v1.2.3