Commit db3234f
authored
bcc-lua: enable deterministic bytecode generation (#5213)
LuaJIT does not generate bytecode deterministically by default, which
makes the build of bcc-lua unreproducible. However, support for
deterministic bytecode was added to LuaJIT some time ago. This change
enables it for bcc-lua.
- https://bugzilla.suse.com/show_bug.cgi?id=1236871
- LuaJIT/LuaJIT#1008
- https://reproducible-builds.org/1 parent f954eb1 commit db3234f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments