]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/app/subdir.mk
initialized monster animations and enabled -Wall compiler flag
[l2e.git] / Debug / src / app / subdir.mk
index ae7ec036b008c71e19612c3e03aa003d4ed9601a..645d8eda5d62884af8b66cca8386a4b13019570b 100644 (file)
@@ -20,7 +20,7 @@ CPP_DEPS += \
 src/app/%.o: ../src/app/%.cpp
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C++ Compiler'
-       g++ -I/usr/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+       g++ -I/usr/include/SDL -O0 -g3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '