Add defaults for aliasing and signed overflows in wizard user file.
[bertos.git] / 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