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