File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
echo " PLATFORM_CFLAGS += $CUSTOMFLAGS " >> libs/openFrameworksCompiled/project/linux/64/config.linux64.default.mk
26
26
sed -i " s/PLATFORM_OPTIMIZATION_CFLAGS_DEBUG = .*/PLATFORM_OPTIMIZATION_CFLAGS_DEBUG = -g0/" libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk
27
27
cd libs/openFrameworksCompiled/project
28
- DEBUG=1 MAKEFILE_DEBUG=1 make -j2 Debug
28
+ make -j2 Debug
29
29
echo " ##[endgroup]"
30
30
echo -e " \033[33m**** Building OF core: COMPLETE ****\033[0m"
31
31
32
32
echo " ##[group]**** Building emptyExample ****"
33
33
cd $ROOT /scripts/templates/linux64
34
- DEBUG=1 MAKEFILE_DEBUG=1 make -j2 Debug
34
+ make -j2 Debug
35
35
echo " ##[endgroup]"
36
36
echo -e " \033[33m**** Building emptyExample: COMPLETE ****\033[0m"
37
37
40
40
cp scripts/templates/linux64/Makefile examples/templates/allAddonsExample/
41
41
cp scripts/templates/linux64/config.make examples/templates/allAddonsExample/
42
42
cd examples/templates/allAddonsExample/
43
- DEBUG=1 MAKEFILE_DEBUG=1 make -j2 Debug
43
+ make -j2 Debug
44
44
echo " ##[endgroup]"
45
45
echo -e " \033[33m**** Building allAddonsExample: COMPLETE ****\033[0m"
46
46
fi
You can’t perform that action at this time.
0 commit comments