diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-27 17:45:22 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-27 17:45:22 -0400 |
| commit | c9889582a7f56b3bfdca455a8d84167f688cd3c8 (patch) | |
| tree | 3c56168a946011690ef63d85bc4a0162b7bf5e3e /tomo.c | |
| parent | c35e5a84b954085983683d5c68e00ce4667b6812 (diff) | |
Fix up some import and -fPIC stuff
Diffstat (limited to 'tomo.c')
| -rw-r--r-- | tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ int main(int argc, char *argv[]) cflags = getenv("CFLAGS"); if (!cflags) - cflags = heap_strf("%s %s -ggdb -I./include -D_DEFAULT_SOURCE", cconfig, optimization); + cflags = heap_strf("%s %s -fPIC -ggdb -I./include -D_DEFAULT_SOURCE", cconfig, optimization); ldflags = "-Wl,-rpath '-Wl,$ORIGIN' -L/usr/local/lib -L."; |
