Skip to content

Commit

Permalink
comment is missing -static flag for compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Mark <[email protected]>
  • Loading branch information
marky committed Aug 8, 2015
1 parent 0244db9 commit ad0d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lab08/lab8A.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "utils.h"
#define STDIN 0

//gcc -fstack-protector-all -mpreferred-stack-boundary=2 -o lab8A lab8A.c
//gcc -static -fstack-protector-all -mpreferred-stack-boundary=2 -o lab8A lab8A.c
int *global_addr;
int *global_addr_check;

Expand Down

0 comments on commit ad0d378

Please sign in to comment.