Skip to content

Commit 64267e0

Browse files
committed
Makefile debug
1 parent b1735d9 commit 64267e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/ci/linux/64/build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ else
2525
echo "PLATFORM_CFLAGS += $CUSTOMFLAGS" >> libs/openFrameworksCompiled/project/linux/64/config.linux64.default.mk
2626
sed -i "s/PLATFORM_OPTIMIZATION_CFLAGS_DEBUG = .*/PLATFORM_OPTIMIZATION_CFLAGS_DEBUG = -g0/" libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk
2727
cd libs/openFrameworksCompiled/project
28-
make -j2 DEBUG=1 MAKEFILE_DEBUG=1
28+
DEBUG=1 MAKEFILE_DEBUG=1 make -j2 Debug
2929
echo "##[endgroup]"
30-
echo -e "\033[1;32m**** Building OF core: COMPLETE ****\033[0m"
30+
echo -e "\033[33m**** Building OF core: COMPLETE ****\033[0m"
3131

3232
echo "##[group]**** Building emptyExample ****"
3333
cd $ROOT/scripts/templates/linux64
34-
make -j2 DEBUG=1 MAKEFILE_DEBUG=1
34+
DEBUG=1 MAKEFILE_DEBUG=1 make -j2 Debug
3535
echo "##[endgroup]"
36-
echo -e "\033[1;32m**** Building emptyExample: COMPLETE ****\033[0m"
36+
echo -e "\033[33m**** Building emptyExample: COMPLETE ****\033[0m"
3737

3838
echo "##[group]**** Building allAddonsExample ****"
3939
cd $ROOT
4040
cp scripts/templates/linux64/Makefile examples/templates/allAddonsExample/
4141
cp scripts/templates/linux64/config.make examples/templates/allAddonsExample/
4242
cd examples/templates/allAddonsExample/
43-
make -j2 DEBUG=1 MAKEFILE_DEBUG=1
43+
DEBUG=1 MAKEFILE_DEBUG=1 make -j2 Debug
4444
echo "##[endgroup]"
45-
echo -e "\033[1;32m**** Building allAddonsExample: COMPLETE ****\033[0m"
45+
echo -e "\033[33m**** Building allAddonsExample: COMPLETE ****\033[0m"
4646
fi

0 commit comments

Comments
 (0)