Skip to content
Snippets Groups Projects
Commit 1703b640 authored by toy's avatar toy
Browse files

Compile with -O3 which gives a 5-10% performance boost. (From Eric

Marsden)
parent f213c9e4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
CPPFLAGS = -I/usr/openwin/include -I/usr/include/X11 -DSOLARIS -DSOLARIS25 -DSVR4
CC = gcc
CPP = gcc -E
CFLAGS = -g
CFLAGS = -g -O3
# Needed for sys/asm_linkage.h and sparc-assem.S (at least in 2.3)
# Note that the sys/asm_linkage.h braindamage breaks make depend
ASFLAGS = -g -traditional-cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment