Skip to content

Commit 863a169

Browse files
committed
debug off
1 parent 16934e6 commit 863a169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/linux/64/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
# this carries over to subsequent compilations of examples
2525
# echo "PLATFORM_CFLAGS += $CUSTOMFLAGS" >> libs/openFrameworksCompiled/project/linux/64/config.linux64.default.mk
2626
cd libs/openFrameworksCompiled/project
27-
MAKEFILE_DEBUG=1 make -j2 Debug
27+
make -j2 Debug
2828
echo "##[endgroup]"
2929
echo -e "\033[33m**** Building OF core: COMPLETE ****\033[0m"
3030

0 commit comments

Comments
 (0)