Commit dfe3525
Fix Linux compilation: define _GNU_SOURCE for dladdr/Dl_info
On Linux, dlfcn.h only exposes dladdr and Dl_info when _GNU_SOURCE is
defined. macOS exposes them unconditionally, which is why local tests
passed but CI on ubuntu failed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 950c636 commit dfe3525
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments