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 2d5f4ce commit a34bcaaCopy full SHA for a34bcaa
Makefile.am
@@ -158,7 +158,7 @@ gen_%.o: src/gen_%.c
158
$(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) -c $< -o $@
159
160
$(gen_context_BIN): $(gen_context_OBJECTS)
161
- $(CC_FOR_BUILD) $^ -o $@
+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $^ -o $@
162
163
$(libsecp256k1_la_OBJECTS): src/ecmult_static_context.h
164
$(tests_OBJECTS): src/ecmult_static_context.h
0 commit comments