2000-12-18 23:24:19 +02:00
|
|
|
#! /bin/sh
|
2000-07-31 21:29:14 +02:00
|
|
|
|
2000-12-18 23:24:19 +02:00
|
|
|
path=`dirname $0`
|
2005-02-05 16:05:46 +02:00
|
|
|
. "$path/SETUP.sh" $@ --with-debug=full
|
2000-07-31 21:29:14 +02:00
|
|
|
|
2000-12-18 23:24:19 +02:00
|
|
|
extra_flags="$pentium_cflags $debug_cflags"
|
2000-12-20 00:11:49 -07:00
|
|
|
c_warnings="$c_warnings $debug_extra_warnings"
|
|
|
|
cxx_warnings="$cxx_warnings $debug_extra_warnings"
|
2002-10-07 00:56:21 +03:00
|
|
|
extra_configs="$pentium_configs $debug_configs "
|
2000-07-31 21:29:14 +02:00
|
|
|
|
2002-10-07 00:56:21 +03:00
|
|
|
extra_configs="$extra_configs"
|
2000-12-29 16:06:10 +02:00
|
|
|
|
2000-12-18 23:24:19 +02:00
|
|
|
. "$path/FINISH.sh"
|