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