# # Compiler specific configuration # # # GCC/G++ release for Linux # CC = g++ -fexceptions -frtti -O3 -DNDEBUG -D_REENTRANT -D__WIN32 -DWIN32_LEAN_AND_MEAN LD = g++ -frtti CCFLAGS = -Wall LDFLAGS = -L$(OUTDIR) -l$(LIBRARY_NAME) -lcppunit -lws2_32 -lrpcrt4 ARFLAGS =