allow optimisation

This commit is contained in:
Charles Forsyth 2015-10-04 21:14:10 +01:00
parent 17339f8bf2
commit 3d881635bd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# If you need <inttypes.h> copy sun-inttypes.h to inttypes.h.
#
#CC=cc
CFLAGS=-g -I.
CFLAGS=-g -O -I.
LD=cc
LDFLAGS=
LDTAIL=