blob: b7a41e25be7409a7c8c3fc9a438f3ec75de2c4af [file] [log] [blame]
LEVEL = ../..
LIBRARYNAME=poolalloc_bitmap
BYTECODE_LIBRARY=1
#
# 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
ifeq ($(OS),Linux)
CXX.Flags += -march=native
else
CXX.Flags += -march=nocona
endif
CXX.Flags += -fno-threadsafe-statics
include $(LEVEL)/Makefile.common
# Always build optimized and debug versions
all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)