Browse CVS Repository
Diff of /freewnn/FreeWnn/configure
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1299 |
*-*-freebsd*|*-*-netbsd*|*-*-openbsd*) |
*-*-freebsd*|*-*-netbsd*|*-*-openbsd*) |
| 1300 |
CCOPTIONS="-DCSRG_BASED" |
CCOPTIONS="-DCSRG_BASED" |
| 1301 |
if test $debug = true; then |
if test $debug = true; then |
| 1302 |
CDEBUGFLAGS="-g2 -O2 -fno-strength-reduce" |
CDEBUGFLAGS="-g2 -O2 -fno-strength-reduce -fstack-check" |
| 1303 |
else |
else |
| 1304 |
CDEBUGFLAGS="-O2 -fno-strength-reduce" |
CDEBUGFLAGS="-O2 -fno-strength-reduce" |
| 1305 |
fi |
fi |
| 1387 |
esac |
esac |
| 1388 |
|
|
| 1389 |
if test ${debug} = true; then |
if test ${debug} = true; then |
| 1390 |
INSTPGMFLAGS = |
INSTPGMFLAGS= |
| 1391 |
else |
else |
| 1392 |
INSTPGMFLAGS = -s |
INSTPGMFLAGS="-s" |
| 1393 |
fi |
fi |
| 1394 |
|
|
| 1395 |
|
|
|
|
Legend:
| Removed from v.1.16 |
|
| changed lines |
| |
Added in v.1.17 |
|
|
|