From 41efe7b8f9f67d5956ab677f3631478c48114ac1 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 9 Feb 2021 05:43:36 +0200 Subject: A major overhaul of the whole thing. It has come to my attention that previously, the project was built on top of some *very* incorrect assumptions. This patch mostly addresses that. And while it does NOT leave the project in otherwise working state, it does weed out most, if not all, of effects of previously incorrect assumptions, so it can be built the right way from here on forth. Signed-off-by: Gediminas Jakutis --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4718a70..da58251 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('usurpation', 'c', +project('algos ld1', 'c', license : 'LGPL2.1', default_options : ['c_std=gnu11', 'buildtype=release', 'warning_level=2']) -- cgit v1.2.3