Skip to content

Commit

Permalink
Merge pull request #24 from Polynomial-C/enable-threads_build_fix
Browse files Browse the repository at this point in the history
build: Fix compilation with --enable-threads
  • Loading branch information
jirka-h committed Nov 14, 2019
2 parents 8cd0266 + cb1f065 commit 2fa7c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/havegetune.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void havege_tune( /* RETURN: none */
*bp++ = BUILD_CPUID;
#endif
#if NUMBER_CORES>1
*bp++ = BUILD_THREAD;
*bp++ = BUILD_THREADS;
#endif
#ifdef ONLINE_TESTS_ENABLE
*bp++ = BUILD_OLT;
Expand Down

0 comments on commit 2fa7c23

Please sign in to comment.