11 CFLAGS
="-Wall -O3 -fomit-frame-pointer -pipe" # for speed
12 #CFLAGS="-Wall -g -pipe" # for development
25 #######################################################################
26 # configuration 1 for release binary RPMs
27 # Include a few standard options, speed optimizations, X11 only.
28 #######################################################################
29 .
/configure
--enable-sb16 \
31 --enable-all-optimizations \
32 --enable-cpu-level=6 \
37 --enable-save-restore \
42 #######################################################################
43 # configuration 2 for release binary RPMs
44 # Include plugins, every possible gui.
45 #######################################################################
46 .
/configure
--enable-sb16 \
48 --enable-all-optimizations \
49 --enable-cpu-level=6 \
54 --enable-save-restore \