blob: 261d4832de15b27669d15a8d0b38a5c83ac36b26 [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)