]> Git Repo - secp256k1.git/commit
Merge #518: Summarize build options after running configure
authorGregory Maxwell <[email protected]>
Thu, 21 Feb 2019 04:42:43 +0000 (04:42 +0000)
committerGregory Maxwell <[email protected]>
Thu, 21 Feb 2019 04:44:01 +0000 (04:44 +0000)
commit6492bf88cc4ddcf024596b3a3b3338928262e9e5
treea34cfcea634b1244010a5b6dd1c42ec566d307be
parent0e9ada19415c06be091cb9de09d78bca768a5c0d
parent3965027c815a6d01831ed28e6c9368eab2170525
Merge #518: Summarize build options after running configure

3965027 Summarize build options in configure script (Evan Klitzke)

Pull request description:

  This is a trivial build system change to summarize the build options after running configure.

  Example output:
  ```
  $ ./configure
  ....
  <many lines omitted>
  ...
  config.status: src/libsecp256k1-config.h is unchanged
  config.status: executing depfiles commands
  config.status: executing libtool commands

  Build Options:
    with endomorphism   = no
    with ecmult precomp = yes
    with jni            = no
    module ecdh         = no
    module recovery     = no

    asm                 = x86_64
    bignum              = gmp
    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             =
  ```

  I tried to just include the configure options that looked interesting; let me know if there are any I didn't include that I should have.

Tree-SHA512: 428381654d772f76bc81210d39ba5c3f07a94dc6a6378a02ccc6f23ebce7f501896268bcd2e94e2b0d8aea54c9c70c44a9238a0f0960600f463b1e2847c7ed1f
configure.ac
This page took 0.025504 seconds and 4 git commands to generate.