Commit edc3f3d
committed
Merge pull request atomvm#703 from bettio/add-cmake-enable-exports-on-unix
generic_unix: exports symbols in order to make plugins work
Enable ENABLE_EXPORTS executable target option which exports all executable
symbols, so dlopen doesn't fail when loading a plugin. ENABLE_EXPORTS uses
-export-dynamic/-rdynamic.
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments