Skip to content

Commit

Permalink
Fix for compilation with recent Apple compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
psolstice committed Jul 11, 2023
1 parent c170b6a commit ce29de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ liblelantus_a_SOURCES = \
liblelantus/params.h \
liblelantus/params.cpp

libsigma_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) -Werror
libsigma_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) -Werror
libsigma_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
libsigma_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libsigma_a_SOURCES = \
sigma/r1_proof.h \
sigma/r1_proof_generator.h \
Expand Down

0 comments on commit ce29de5

Please sign in to comment.