In editing mode when the user selects a project that was created with older versions...
[bertos.git] / wizard / mktemplates / template.mk
index 96e6928ef5350b972b43a28c6e10ccf62740d557..4e1b84403f8b4cba34e7dff9f11bfea1d3fe2fb4 100644 (file)
@@ -33,5 +33,19 @@ $pname_USER_CXXSRC = \
 $pname_USER_ASRC = \
        #
 
+# Flags included by the user.
+$pname_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+$pname_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+$pname_USER_CPPFLAGS = \
+       -fno-strict-aliasing \
+       -fwrapv \
+       #
+
 # Include the mk file generated by the wizard
 include $pname/$pname_wiz.mk