Skip to content

Commit 5ecffc2

Browse files
authored
Add option USE_LOCKING but keep default settings intact
1 parent 86dda5c commit 5ecffc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.rule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ VERSION = 0.3.7.dev
5656
# specify it.
5757
# For force setting for single threaded, specify USE_THREAD = 0
5858
# For force setting for multi threaded, specify USE_THREAD = 1
59-
USE_THREAD = 0
59+
# USE_THREAD = 0
6060

6161
# If you want to build a single-threaded OpenBLAS, but expect to call this
6262
# from several concurrent threads in some other program, comment this in for
@@ -226,7 +226,7 @@ NO_AFFINITY = 1
226226
COMMON_PROF = -pg
227227

228228
# Build Debug version
229-
DEBUG = 1
229+
# DEBUG = 1
230230

231231
# Set maximum stack allocation.
232232
# The default value is 2048. 0 disable stack allocation a may reduce GER and GEMV

0 commit comments

Comments
 (0)