heiher / hev-socks5-server

A high-performance socks5 server for Unix (Linux/Android/BSD/macOS)
MIT License
185 stars 33 forks source link

Warning message during build process #40

Closed Ali-Khazaee closed 8 months ago

Ali-Khazaee commented 8 months ago

Debian 12 Linux - 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux

BUILD src/mem/slice/hev-memory-allocator-slice.c
BUILD src/kern/task/hev-task-execute.S
LINK  bin/libhev-task-system.a
/usr/bin/ld: warning: hev-task-execute.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
LINK  bin/hev-socks5-server
STRIP bin/hev-socks5-server
heiher commented 8 months ago

Thanks for your feedback. Fixed: https://github.com/heiher/hev-socks5-server/commit/77e96897f0bf6033e677c14174dceff2875d00f5

Ali-Khazaee commented 8 months ago

Yes