HomePhabricator

Summarize build options in configure script

Description

Summarize build options in configure script

Summary: This is a backport of secp256k1's PR518

Test Plan:
Verify output of configure during the make build:

Build Options:
  with endomorphism   = no
  with ecmult precomp = yes
  with jni            = no
  with benchmarks     = yes
  with coverage       = no
  module ecdh         = no
  module recovery     = yes
  module multiset     = yes
  module schnorr      = yes

  asm                 = x86_64
  bignum              = no
  field               = 64bit
  scalar              = 64bit

  CC                  = gcc
  CFLAGS              = -g -O2 -W -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings -fvisibility=hidden -O3
  CPPFLAGS            =
  LDFLAGS             =

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D4981

Details

Provenance
Evan Klitzke <evan@eklitzke.org>Authored on Mar 10 2018, 18:36
deadalnixCommitted on Jan 17 2020, 11:58
deadalnixPushed on Jan 17 2020, 11:58
Reviewer
Restricted Project
Differential Revision
D4981: Summarize build options in configure script
Parents
rABC59ef20ed1cc1: Portability fix for the configure scripts generated
Branches
Unknown
Tags
Unknown