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