diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -O3 -pipe -std=c99 -D_XOPEN_SOURCE=500 +CFLAGS = -Os -pipe -std=c99 -D_XOPEN_SOURCE=500 LDFLAGS = -lm SRCS = $(sort $(wildcard *.c)) |
index : qsort comparisons | ||
qsort algorithm comparative benchmarks |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -1,4 +1,4 @@ -CFLAGS = -O3 -pipe -std=c99 -D_XOPEN_SOURCE=500 +CFLAGS = -Os -pipe -std=c99 -D_XOPEN_SOURCE=500 LDFLAGS = -lm SRCS = $(sort $(wildcard *.c)) |