From 3d881635bd52b7eaf504b5aeaa0dc6f7c0151e02 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sun, 4 Oct 2015 21:14:10 +0100 Subject: [PATCH] allow optimisation --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c5320d8..7cc6d5d 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ # If you need copy sun-inttypes.h to inttypes.h. # #CC=cc -CFLAGS=-g -I. +CFLAGS=-g -O -I. LD=cc LDFLAGS= LDTAIL=