Skip to content
Snippets Groups Projects
Commit 95e56ffc authored by arg@mmvi's avatar arg@mmvi
Browse files

changed CFLAGs

parent f1294353
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,12 @@ VERSION = 0.3
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
# Linux/BSD
#CFLAGS = -Os -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} \
CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
-DVERSION=\"${VERSION}\"
LDFLAGS = -g ${LIBS}
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
# -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
# Solaris
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment