Skip to content

Commit

Permalink
Use -force_load instead of -all_load.
Browse files Browse the repository at this point in the history
-(no)all_load is not position sensitive, and -noall_load triggers a warning.
  • Loading branch information
Axel-Naumann authored and sftnight committed Dec 20, 2016
1 parent d68ef91 commit 400c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Jupyter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else()
#the shared library
if (APPLE)
set(INTERPRETER
-Wl,-all_load clingInterpreter -Wl,-noall_load
-Wl,-force_load clingInterpreter
)
else()
set(INTERPRETER
Expand Down

0 comments on commit 400c640

Please sign in to comment.