Browse Source

using O3 instead of Os, binary size still < 40kb

master
arg@10ksloc.org 18 years ago
parent
commit
8bb4a93f2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk View File

@ -13,7 +13,7 @@ VERSION = 0.4
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
# Linux/BSD
CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
CFLAGS = -O3 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
-DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \


Loading…
Cancel
Save