We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dda5c commit 5ecffc2Copy full SHA for 5ecffc2
Makefile.rule
@@ -56,7 +56,7 @@ VERSION = 0.3.7.dev
56
# specify it.
57
# For force setting for single threaded, specify USE_THREAD = 0
58
# For force setting for multi threaded, specify USE_THREAD = 1
59
-USE_THREAD = 0
+# USE_THREAD = 0
60
61
# If you want to build a single-threaded OpenBLAS, but expect to call this
62
# from several concurrent threads in some other program, comment this in for
@@ -226,7 +226,7 @@ NO_AFFINITY = 1
226
COMMON_PROF = -pg
227
228
# Build Debug version
229
-DEBUG = 1
+# DEBUG = 1
230
231
# Set maximum stack allocation.
232
# The default value is 2048. 0 disable stack allocation a may reduce GER and GEMV
0 commit comments