From ad1bc59382e3cda63ce507cd7f56fc2a201c11e9 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 25 Feb 2020 09:57:14 +0200 Subject: implement reading from dev-you-random for datagen. Signed-off-by: Gediminas Jakutis --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 40abe08..3d101a4 100644 --- a/meson.build +++ b/meson.build @@ -5,6 +5,7 @@ project('usurpation', 'c', progname = 'alg' add_project_arguments('-D', '_GNU_SOURCE', language : 'c') +add_project_arguments('-fplan9-extensions', language : 'c') subdir('src') -- cgit v1.2.3