Skip to content

Commit 9bd0c36

Browse files
committed
no debug flags
1 parent dab6b10 commit 9bd0c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci/linux/64/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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-
DEBUG=1 MAKEFILE_DEBUG=1 make -j2 Debug
28+
make -j2 Debug
2929
echo "##[endgroup]"
3030
echo -e "\033[33m**** Building OF core: COMPLETE ****\033[0m"
3131

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

@@ -40,7 +40,7 @@ else
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-
DEBUG=1 MAKEFILE_DEBUG=1 make -j2 Debug
43+
make -j2 Debug
4444
echo "##[endgroup]"
4545
echo -e "\033[33m**** Building allAddonsExample: COMPLETE ****\033[0m"
4646
fi

0 commit comments

Comments
 (0)