ref: 7a42ced8a2c76e51e4a2e7ae60e7d3bf19b24904
parent: ccb3743d19272e051bbe4be8c080ef44376cfac5
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Fri Jan 17 13:29:53 EST 2025
define BLZ_NO_LUT to make the executable smaller (no other reason)
--- a/meson.build
+++ b/meson.build
@@ -42,6 +42,7 @@
'-Wwrite-strings',
'-D_DEFAULT_SOURCE',
'-DCOMPUTED_GOTO',
+ '-DBLZ_NO_LUT=1',
language: 'c',
)