diff options
author | Jeff Garzik <jeff@garzik.org> | 2010-11-25 01:16:34 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-11-25 01:16:34 -0500 |
commit | 1032fec15b036b5f1be1b30f174deb21d377c22a (patch) | |
tree | 079ef35a83f2aab2013142c7497ff8a416d9034e /Makefile.am | |
parent | a614823fa7891bef6bfa3e4b44f40a22ce557cef (diff) |
Allocate work struct once, on stack, rather than alloc+free for each getwork.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8032eec..b0f5a61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -pthread +INCLUDES = -pthread -fno-strict-aliasing bin_PROGRAMS = minerd |