diff --git a/src/ft_strcpy.asm b/src/ft_strcpy.asm index 43379e1..f668e4e 100644 --- a/src/ft_strcpy.asm +++ b/src/ft_strcpy.asm @@ -1,3 +1,4 @@ + section .note.GNU-stack noalloc noexec nowrite progbits section .text global ft_strcpy