Commented rtlsim dynamiclib for mac

This commit is contained in:
felsabbagh3 2020-05-16 18:02:37 -07:00
parent f55a1be6cb
commit 794664363c

View file

@ -21,6 +21,7 @@ CFLAGS += -fPIC
CFLAGS += -DUSE_RTLSIM $(MULTICORE)
LDFLAGS += -shared -pthread
# LDFLAGS += -dynamiclib -pthread
SRCS = vortex.cpp ../common/vx_utils.cpp ../../hw/simulate/simulator.cpp
@ -46,6 +47,7 @@ else
endif
PROJECT = libvortex.so
# PROJECT = libvortex.dylib
all: $(PROJECT)