Do not force CFLAGS in the Makefile. #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "gitlab-mr-iid-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most Linux packaging systems provide generic CPPFLAGS/CFLAGS/LDFLAGS
environement variables that should be used by every package. These
flags are generic and mostly contain CPU architecture, build
reproducibility and security options. Not obeying them generally leads
to problems with the package.
Pull request closed