Add defaults for aliasing and signed overflows in wizard user file.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 15 Sep 2009 10:03:48 +0000 (10:03 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 15 Sep 2009 10:03:48 +0000 (10:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2940 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/mktemplates/template.mk

index 2e5742daf9b32f7649a745d8eb7a7462f57081fe..d536b7a062328003348169a97eb1407467c17b70 100644 (file)
@@ -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