Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing module_build_info
  • Loading branch information
Dave Lacey committed Jun 13, 2012
1 parent f3a0468 commit 1a56a31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions module_mutual_thread_comm/module_build_info
@@ -0,0 +1,11 @@
# You can set flags specifically for your module by using the MODULE_XCC_FLAGS
# variable. So the following
#
# MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3
#
# specifies that everything in the modules should have the application
# build flags with -O3 appended (so the files will build at
# optimization level -O3).
#
# You can also set MODULE_XCC_C_FLAGS, MODULE_XCC_XC_FLAGS etc..

0 comments on commit 1a56a31

Please sign in to comment.