turned on higher level of optimization in the optimized build

This commit is contained in:
Jeff Hill
2000-01-25 19:09:28 +00:00
parent f3e6d3bc8f
commit 747b4c856e

View File

@@ -90,7 +90,7 @@ GCC_STRICT = $(GCC) -ansi -pedantic
GCC_TRAD = $(GCC) -traditional
GCC_WARN_YES = -Wall
GCC_WARN_NO = -w
GCC_OPT_YES = -O
GCC_OPT_YES = -O3
GCC_OPT_NO = -g
GCC_SFLAGS_YES = -static
GCC_SFLAGS_NO =