2002-12-14 22:43:18 +01:00
|
|
|
# Test for library integrity
|
|
|
|
# this should be compiled with optimization turned off and with NDEBUG undefined
|
2003-08-06 18:30:49 +02:00
|
|
|
#ulimit -s unlimited
|
|
|
|
#g++ -ggdb -Wall -I../../include -DTESTING_ONLY -DDEBUG_GDS_ALLOC class_test.cpp alloc.cpp ../fb_exception.cpp 2> aa
|
|
|
|
#./a.out
|
2002-12-14 22:43:18 +01:00
|
|
|
|
|
|
|
# Chose the best algorithm parameters for the target architecture
|
2003-08-06 18:30:49 +02:00
|
|
|
g++ -O3 -march=pentium4 -mfpmath=sse -DHAVE_STDLIB_H -DNDEBUG -DTESTING_ONLY \
|
|
|
|
-I../../include class_perf.cpp alloc.cpp ../fb_exception.cpp 2> aa
|
|
|
|
|
2003-01-03 17:03:30 +01:00
|
|
|
#g++ -ggdb -I../../include class_perf.cpp alloc.cpp \
|
|
|
|
#../memory/memory_pool.cpp ../fb_exception.cpp ../memory/allocators.cpp 2> aa
|
2003-01-16 18:47:10 +01:00
|
|
|
#./a.out
|