Skip to content

Tracking issue for manual (non-autotools) builds #929

Open
@real-or-random

Description

@real-or-random

The current method to build a static library manually (using default options) is:

gcc -O2 -c src/secp256k1.c src/precomputed_*.c 
ar rcs libsecp256k1.a secp256k1.o precomputed_*.o

(clang also works)

The goal is to get rid of most of the command line arguments, at least on GCC and clang:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions