blob: bf2fa2774496a09288829e0d92cb84088a3f4737 (
plain)
1
2
3
4
5
6
7
|
#
# Disable var tracking assignments for Linux with this test
#
ifneq ($(linux_id),)
$(test)_cppflags += $(if $(filter yes,$(OPTIMIZE)),-fno-var-tracking-assignments)
endif
tests += $(test)
|