Update of /cvsroot/javaprofiler/library
In directory usw-pr-cvs1:/tmp/cvs-serv30642
Modified Files:
config.mk
Log Message:
fixes
Index: config.mk
===================================================================
RCS file: /cvsroot/javaprofiler/library/config.mk,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** config.mk 2002/01/28 18:32:51 1.34
--- config.mk 2002/01/30 00:26:22 1.35
***************
*** 44,53 ****
# choose one of following two possibilities
! #FLAGS = -O0 -D_DEBUG
! FLAGS = -O3 -DNDEBUG -fno-rtti -fno-exceptions
!
! # shared library dynamically or statically linked
! # with gcc and stdc++ libraries
! # choose one of following two possibilities
LDFLAGS = $(DEFINES) -shared -o $(PROF_LIBRARY_NAME)
--- 44,49 ----
# choose one of following two possibilities
! FLAGS = -O0 -D_DEBUG
! #FLAGS = -O3 -DNDEBUG -fno-rtti -fno-exceptions
LDFLAGS = $(DEFINES) -shared -o $(PROF_LIBRARY_NAME)
|