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