We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff8ff1 commit 757ecd1Copy full SHA for 757ecd1
make.m
@@ -25,9 +25,19 @@
25
% would be nice if could set make -j to get some parallel building
26
% happening.
27
28
+%for Raspberry Pi
29
+% hw = coder.hardware('Raspberry Pi');
30
+% cfg.Hardware = hw;
31
+% cfg.GenCodeOnly = true;
32
+
33
+cfg.PostCodeGenCommand = 'postbuild(projectName, buildInfo)';
34
%{
35
cfg.InlineThreshold = 0; % tone down the aggressive inlining
36
codegen user.m thread1.m -args int32(0) thread2.m thread3.m -O disable:inline -config cfg
37
%}
38
39
codegen user.m thread1.m -args int32(0) thread2.m thread3.m -config cfg
40
+%MAKE = gmake
41
+%MAKE_FLAGS = -f $(MAKEFILE)
42
43
0 commit comments