mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Squashed 'src/secp256k1/' changes from 2bfb82b..6c527ec
6c527ec
Merge pull request #357445f7f1
Fix for Windows compile issue git-subtree-dir: src/secp256k1 git-subtree-split:6c527eceee
This commit is contained in:
parent
1d84107924
commit
5ad5463093
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ TESTS = tests
|
|||
endif
|
||||
|
||||
if USE_ECMULT_STATIC_PRECOMPUTATION
|
||||
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)/
|
||||
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
|
||||
CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
|
||||
|
||||
gen_context_OBJECTS = gen_context.o
|
||||
|
|
Loading…
Reference in a new issue