We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16934e6 commit 863a169Copy full SHA for 863a169
scripts/ci/linux/64/build.sh
@@ -24,7 +24,7 @@ else
24
# this carries over to subsequent compilations of examples
25
# echo "PLATFORM_CFLAGS += $CUSTOMFLAGS" >> libs/openFrameworksCompiled/project/linux/64/config.linux64.default.mk
26
cd libs/openFrameworksCompiled/project
27
- MAKEFILE_DEBUG=1 make -j2 Debug
+ make -j2 Debug
28
echo "##[endgroup]"
29
echo -e "\033[33m**** Building OF core: COMPLETE ****\033[0m"
30
0 commit comments