add -no-pie to remove useless code
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
||||
section .text
|
||||
global ft_strcpy
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
||||
section .text
|
||||
global ft_strlen
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
section .note.GNU-stack noalloc noexec progbits
|
||||
section .text
|
||||
global ft_write
|
||||
|
||||
|
Reference in New Issue
Block a user