six-ddc / hss

An interactive parallel ssh client featuring autocomplete and asynchronous execution.
MIT License
352 stars 23 forks source link

add CPPFLAG support to increase security #13

Closed Segaja closed 3 years ago

Segaja commented 4 years ago

In order to make the hss package in Archlinux(AUR) more secure the Makefile needs to honor the CPPFLAGS set by the arch build system.

six-ddc commented 4 years ago

Maybe you should set build options to CFLAGS in C?

Segaja commented 3 years ago

Maybe you should set build options to CFLAGS in C?

To be honest I'm not sure what you mean. CFLAGS are for the C compiler, CXXFLAGS are for the C++ compiler and CPPFLAGS are for the C preprocessor ( https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html , https://stackoverflow.com/questions/2754966/cflags-vs-cppflags ).

Segaja commented 3 years ago

@six-ddc is there any chance to get this merged and released in the near future?