From 811eba315ec9fe94b63c2b02d82c428de6ceaf8e Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Mon, 8 Apr 2024 02:17:42 +0000 Subject: [PATCH] BLD: Add the max alloc option --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meson_options.txt b/meson_options.txt index adbeb4bd1..fb74ae08e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -25,6 +25,7 @@ option('build_single', type: 'boolean', value: true, description: 'Build single option('build_double', type: 'boolean', value: true, description: 'Build double precision') option('build_complex', type: 'boolean', value: true, description: 'Build complex precision') option('build_complex16', type: 'boolean', value: true, description: 'Build double complex precision') +option('max_stack_alloc', type: 'integer', value: 2048, description: 'Max stack allocation') # From lapack-netlib option('realkind', type : 'string', value : 'd',