We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391a972 commit 2bfacceCopy full SHA for 2bfacce
src/Makefile
@@ -19,7 +19,7 @@ ifeq ($(shell uname),Linux)
19
FINAL_LDFLAGS += -shared -Bsymbolic -lc -ltensorflow
20
FINAL_LDPATH += LD_LIBRARY_PATH=$(INSTALL_PATH)
21
else
22
- FINAL_CFLAGS += -dynamic -fno-common -std=c99
+ FINAL_CFLAGS += -dynamic -std=c99
23
FINAL_LDFLAGS += -bundle -undefined dynamic_lookup -lc -ltensorflow
24
FINAL_LDPATH += DYLD_LIBRARY_PATH=$(INSTALL_PATH)
25
endif
0 commit comments