From 6c3a0b5d462ce1e48a22cc7f7cf125a6fdf9b6df Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Mon, 13 Apr 2015 23:23:40 -0500 Subject: [PATCH] Enable MAX_STACK_ALLOC by default. --- Makefile.rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index 1479de660..19f3fe3d9 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -162,7 +162,7 @@ COMMON_PROF = -pg # Improve GEMV and GER for small matrices by stack allocation. # For details, https://github.com/xianyi/OpenBLAS/pull/482 # -# MAX_STACK_ALLOC=2048 + MAX_STACK_ALLOC=2048 # Add a prefix or suffix to all exported symbol names in the shared library. # Avoid conflicts with other BLAS libraries, especially when using