]> git.localhorst.tv Git - l2e.git/blobdiff - Debug/src/common/subdir.mk
initialized monster animations and enabled -Wall compiler flag
[l2e.git] / Debug / src / common / subdir.mk
index 23c1e4d3cbe799db88512cf96f57fbb4b7b8727f..f25318031141ec5a305c938084eca78bb2a5a5d7 100644 (file)
@@ -26,7 +26,7 @@ CPP_DEPS += \
 src/common/%.o: ../src/common/%.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 ' '