Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Feb 26, 2025
1 parent 41ce4d1 commit fda03f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardening.mk.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ GOWINSECFLAGS=${CFORTIFY} ${CSTACK}

GOLNXLDFLAGS=${LRELRO},${LSTRIP},${LEXPORT},${LDEP}
GOLNXEXTLDFLAGS=${LRELRO},${LSTRIP},${LEXPORT},${LDEP}
GODARWINLDFLAGS=-s -w
GODARWINLDFLAGS=-s -w -framework CoreFoundation
GOWINLDFLAGS= -w -s ${GOWINEXTLDFLAGS} ${WLIBS} ${WEXPORT} ${WASLR} ${WDEP}

0 comments on commit fda03f7

Please sign in to comment.