Skip to content

Commit 5d0b7bd

Browse files
committed
New flag needed
1 parent 300a980 commit 5d0b7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $(BSLZ4_BUILD_DIR)/bitshuffle_core.o $(BSLZ4_BUILD_DIR)/iochain.o
4242
$(BUILD_DIR)/durin-plugin.so: $(BUILD_DIR)/plugin.o $(BUILD_DIR)/file.o $(BUILD_DIR)/err.o $(BUILD_DIR)/filters.o \
4343
$(BUILD_DIR)/bslz4.a
4444
mkdir -p $(BUILD_DIR)
45-
$(CC) $(CFLAGS) -shared $^ -o $(BUILD_DIR)/durin-plugin.so
45+
$(CC) $(CFLAGS) -shared -noshlib $^ -o $(BUILD_DIR)/durin-plugin.so
4646

4747
$(BUILD_DIR)/example: $(BUILD_DIR)/test.o $(BUILD_DIR)/file.o $(BUILD_DIR)/err.o $(BUILD_DIR)/filters.o \
4848
$(BUILD_DIR)/bslz4.a

0 commit comments

Comments
 (0)