File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
echo " ##[group]**** Building OF core ****"
24
24
# this carries over to subsequent compilations of examples
25
- echo " PLATFORM_CFLAGS += $CUSTOMFLAGS " >> libs/openFrameworksCompiled/project/linux/64/config.linux64.default.mk
26
- sed -i " s/PLATFORM_OPTIMIZATION_CFLAGS_DEBUG = .*/PLATFORM_OPTIMIZATION_CFLAGS_DEBUG = -g0/" libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk
25
+ # echo "PLATFORM_CFLAGS += $CUSTOMFLAGS" >> libs/openFrameworksCompiled/project/linux/64/config.linux64.default.mk
27
26
cd libs/openFrameworksCompiled/project
28
27
make -j2 Debug
29
28
echo " ##[endgroup]"
42
41
cd examples/templates/allAddonsExample/
43
42
make -j2 Debug
44
43
echo " ##[endgroup]"
45
- echo -e " \033[33m**** Building allAddonsExample: COMPLETE ****\033[0m"
44
+ echo -e " \033[33m**** Building allAddonsExample: COMPLETE ****\033[0m"
46
45
fi
You can’t perform that action at this time.
0 commit comments