Commit d0aed86
committed
cmake/vtkCompilerExtras: Remove "--no-undefined" gcc linker flag
This commit will help building VTK python wheels by removing the flag
preventing the use of undefined symbol. On Linux (and macOS), the python
symbols are resolved at runtime against the python symbols exposed by
either the python library or the python executable.1 parent fb181d5 commit d0aed86
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments