Browse Source

w/o optimization better debug

pre-master-46
dwarning 18 years ago
parent
commit
8f1b9a96d8
  1. 4
      ChangeLog
  2. 4
      configure.in

4
ChangeLog

@ -1,3 +1,7 @@
2008-01-19 Dietmar Warning
* configure.in: w/o optimization better debug
* src/frontend/numparam/xpressn.c: more precise recognition of subckt names
2008-01-12 Dietmar Warning
* configure.in, src/xspice/ipc/*.c: xspice ipc is possible
* src/include/ngspice.h: reflect the extended autoconfigure

4
configure.in

@ -194,10 +194,12 @@ dnl Set default CFLAG - only use -Wall if we have gcc
AC_PROG_CC
dnl the above AC_PROG_CC may set CFLAGS to "-o2 -g"
dnl the above AC_PROG_CC may set CFLAGS to "-O2 -g"
if test "$enable_debug" = "no"; then
AC_MSG_WARN(Removing debugging option!)
CFLAGS=" "
else
CFLAGS="-O0 -g"
fi
if test "x$GCC" = "xyes"; then

Loading…
Cancel
Save