Skip to content

Commit 57f4061

Browse files
committed
ci build 64
1 parent 808c166 commit 57f4061

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/ci/linux/64/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ else
2222

2323
echo "##[group]**** Building OF core ****"
2424
# 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
2726
cd libs/openFrameworksCompiled/project
2827
make -j2 Debug
2928
echo "##[endgroup]"
@@ -42,5 +41,5 @@ else
4241
cd examples/templates/allAddonsExample/
4342
make -j2 Debug
4443
echo "##[endgroup]"
45-
echo -e "\033[33m**** Building allAddonsExample: COMPLETE ****\033[0m"
44+
echo -e "\033[33m**** Building allAddonsExample: COMPLETE ****\033[0m"
4645
fi

0 commit comments

Comments
 (0)