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 \
44 #######################################################################
45 # configuration 2 for release binary RPMs
46 # Include plugins, every possible gui.
47 #######################################################################
48 .
/configure
--enable-sb16 \
50 --enable-all-optimizations \
51 --enable-cpu-level=6 \