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