Lines 72-78
Link Here
|
72 |
.endif |
72 |
.endif |
73 |
|
73 |
|
74 |
.if ${OSVERSION} >= 700000 |
74 |
.if ${OSVERSION} >= 700000 |
75 |
IGNORE= obsolete and does not build with gcc4.2; use mysql 5 or later |
75 |
USE_GCC=3.4 |
76 |
.endif |
76 |
.endif |
77 |
.if defined(BUILD_OPTIMIZED) |
77 |
.if defined(BUILD_OPTIMIZED) |
78 |
CFLAGS+= -O3 -fno-omit-frame-pointer -fno-gcse |
78 |
CFLAGS+= -O3 -fno-omit-frame-pointer -fno-gcse |