blob: 968775e7efafd6bbb91b7065b849a8a3bdbaca41 [file] [log] [blame]
LEVEL = ../..
LIBRARYNAME=poolalloc_rt
#
# Build shared libraries on all platforms except Cygwin and MingW (which do
# not support them).
#
ifneq ($(OS),Cygwin)
ifneq ($(OS),MingW)
SHARED_LIBRARY=1
endif
endif
ifdef ENABLE_OPTIMIZED
CXXFLAGS += -DNDEBUG=1
endif
CXXFLAGS += -fno-exceptions
include $(LEVEL)/Makefile.common