Skip to content

Please always use $(CFLAGS) and $(LDFLAGS) in Makefiles #290

Description

@yurivict

Users should be able to set their own compilation and link flags.

You use "-O3". This flag should be placed before $(CFLAGS) to allow users to choose optimization flags.

This change is contained in this patch: https://cgit.freebsd.org/ports/tree/databases/sqlite-ext-vec/files/patch-Makefile (except of the -O3 placement part).

PR: #292

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions