]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/sdl/subdir.mk
initialized monster animations and enabled -Wall compiler flag
[l2e.git] / Release / src / sdl / subdir.mk
index 3bef090e820eab2623f2df5c3df37661e80760cc..ec2df9c51db9f4195f72d0c342976e4cecc8aa6e 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 -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 ' '