FFelipe de Azevedo Piovezan[lldb] Fix linker flags in lldb tests
c5790206创建于 2024年6月13日历史提交
# Example:
#
# C_SOURCES := b.c
# EXE := b.out

ifndef PIE
	LD_EXTRAS := -no-pie
endif

include Makefile.rules