Skip to content

Commit

Permalink
Use STACKPROTECT compiler option
Browse files Browse the repository at this point in the history
Signed-off-by: Irek Fakhrutdinov <[email protected]>
  • Loading branch information
ifakhrutdinov committed Jan 31, 2019
1 parent ac7f311 commit 53f4431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/zss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<arg value="-D_OPEN_THREADS=1"/>
<arg value="-DHTTPSERVER_BPX_IMPERSONATION=1"/>
<arg value="${compilerAPFArg}"/>
<arg value="-Wc,dll,expo,langlvl(extc99),gonum,goff,hgpr,roconst,ASM,asmlib('CEE.SCEEMAC','SYS1.MACLIB','SYS1.MODGEN')"/>
<arg value="-Wc,dll,expo,langlvl(extc99),gonum,goff,hgpr,roconst,ASM,asmlib('CEE.SCEEMAC','SYS1.MACLIB','SYS1.MODGEN'),stackprotect(all)"/>
<arg value="-Wl,ac=1"/>
<arg line="-I ${COMMON}/h"/>
<arg line="-I ${ZSS}/h"/>
Expand Down

0 comments on commit 53f4431

Please sign in to comment.