]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/common/subdir.mk
initialized monster animations and enabled -Wall compiler flag
[l2e.git] / Release / src / common / subdir.mk
index 0f0f34de65b8952dd7ca53567671e4337f6f0e78..c471112a89764a0633a49af0e134a92a1f8b64a8 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 -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+       g++ -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '