From 2745e52b92005402f41706ea61a4c5ac704a262f Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 3 Sep 2017 21:42:47 +0000 Subject: [PATCH] Specify -fno-inline-small-functions to avoid a varargs tag list being discarded by compiler optimisation on i386 when DT_Layout() calls NotifyAttrChanges(). git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54913 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/classes/datatypes/picture/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/classes/datatypes/picture/mmakefile.src b/workbench/classes/datatypes/picture/mmakefile.src index 74f70d2d5a..6f27b10a86 100644 --- a/workbench/classes/datatypes/picture/mmakefile.src +++ b/workbench/classes/datatypes/picture/mmakefile.src @@ -6,7 +6,7 @@ FILES := pictureclass colorhandling prefs #MM workbench-datatypes-picture : includes linklibs -USER_CFLAGS := -DCOMPILE_DATATYPE -DMYDEBUG +USER_CFLAGS := -DCOMPILE_DATATYPE -DMYDEBUG $(CFLAGS_NO_INLINE_SMALL_FUNCTIONS) USER_LDFLAGS := -static %build_module mmake=workbench-datatypes-picture \ -- 2.11.4.GIT