X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fmktemplates%2Ftemplate.mk;h=4e1b84403f8b4cba34e7dff9f11bfea1d3fe2fb4;hb=c91dd2220f6f26607ddb6988db95005eafe068e0;hp=96e6928ef5350b972b43a28c6e10ccf62740d557;hpb=16348790c4015046fbda7b5bd00ce5681335f90d;p=bertos.git diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index 96e6928e..4e1b8440 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -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