Exclude doc directories from the codelite project file
[bertos.git] / wizard / mktemplates / template.mk
index 96e6928ef5350b972b43a28c6e10ccf62740d557..d536b7a062328003348169a97eb1407467c17b70 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 \
+       -fwrapw \
+       #
+
 # Include the mk file generated by the wizard
 include $pname/$pname_wiz.mk