Silence useless linker rwx warning

This commit is contained in:
Luke Wren 2023-11-03 20:09:02 +00:00
parent 31642b6d4a
commit 8b301c5692
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ INCDIR ?= ../common
MAX_CYCLES ?= 100000
TMP_PREFIX ?= tmp/
# Useless:
override CCFLAGS += -Wl,--no-warn-rwx-segments
###############################################################################
.SUFFIXES: