google / stenographer

Stenographer is a packet capture solution which aims to quickly spool all packets to disk, then provide simple, fast access to subsets of those packets. Discussion/announcements at stenographer@googlegroups.com
Apache License 2.0
1.79k stars 233 forks source link

make sure hardening relevant flags are passed #231

Open satta opened 3 years ago

satta commented 3 years ago

This PR adjusts the stenotype Makefile so more external compiler flags are passed to the actual compiler calls. This allows us to make use of Debian's automatic setting of hardening flags without explicitly needing to set any flags.

Just upstreaming small patches from Debian packaging so we can drop them there :)

satta commented 3 years ago

I have removed the redundant flag variables. Should have taken a second look!