From 74a5c3ac788026f092548e6acf3dab4cc3783a9b Mon Sep 17 00:00:00 2001 From: batt Date: Tue, 15 Sep 2009 10:03:48 +0000 Subject: [PATCH] Add defaults for aliasing and signed overflows in wizard user file. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2940 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/mktemplates/template.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 2e5742da..d536b7a0 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -43,6 +43,8 @@ $pname_USER_CPPAFLAGS = \ # Flags included by the user. $pname_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapw \ # # Include the mk file generated by the wizard -- 2.25.1