diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -108,6 +108,11 @@ clang src/main.cpp -MJ bin/main.json $WARNING_FLAGS $OPTIMIZATION $ADDITIONAL_FL -I . \ -lm $(pkg-config --cflags --libs $FFMPEG_LIBS) +if [[ "$DEBUG" == 1 ]]; then +echo "c ec compiled" > /tmp/control_pipe.dat +fi + + # sed -e '1s/^/[\n/' -e '$s/,$/\n]/' bin/*.json > compile_commands.json if [[ "$OSTYPE" =~ ^darwin ]]; then |