Skip to content

Do not force CFLAGS in the Makefile.

Nicolas Cavallari requested to merge cavallar/elixir-captcha:makefile into master

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.

Merge request reports