shithub: sl

Download patch

ref: 91967106da1a18524a178d65274a7040b0422137
parent: 5afd2cf0e618571847c312d0d08032dd38d1e5ad
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',
 )