mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Commented rtlsim dynamiclib for mac
This commit is contained in:
parent
f55a1be6cb
commit
794664363c
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue