#!/bin/sh
set -eu

HARDENING_FLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all -Wl,-z,relro,-z,now -pie -fPIE -ftrapv"
