Skip to content

Commit 1dfbba0

Browse files
committed
fix
1 parent 830a799 commit 1dfbba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ output value: 0.0553177
119119
# Build on Linux
120120
The procedure is similar with that of OSX except for you should change those configuration.
121121
* remove `-undefined dynamic_lookup -all_load` in `CMakeLists.txt`
122-
* add `-Wl,--allow-multiple-definition -Wl,--whole-archive -Wl,--no-whole-archive` in `CMakeLists.txt`
122+
* add `-Wl,--allow-multiple-definition -Wl,--whole-archive` in `CMakeLists.txt`
123123
* change `default.macos.c++11` to `default.linux.c++11` in `src/CMakeLists.txt`
124124
* append `dl` to `list(APPEND DEEP_CTR_LINKER_LIBS)` in `src/CMakeLists.txt`
125125

0 commit comments

Comments
 (0)