mirror of
https://github.com/aengelke/rellume
synced 2026-06-21 13:46:57 +00:00
f85e89fa5a
Previously, the code was strongly dependent on compiler and host architecture (and the deprecated transformations). Show the current PIC and non-PIC use of Rellume on a simple, deterministic x86-64 example.
3 lines
158 B
Meson
3 lines
158 B
Meson
executable('simple-x86-64', files('simple-x86-64.c'), dependencies: [librellume])
|
|
executable('pic-x86-64', files('pic-x86-64.c'), dependencies: [librellume])
|