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