From: batt Date: Tue, 15 Sep 2009 10:03:48 +0000 (+0000) Subject: Add defaults for aliasing and signed overflows in wizard user file. X-Git-Tag: 2.2.0~28 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=74a5c3ac788026f092548e6acf3dab4cc3783a9b;p=bertos.git 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 --- 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