X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fcommon%2Fsubdir.mk;h=c471112a89764a0633a49af0e134a92a1f8b64a8;hb=1c36f0002e3778f05aca3e6836556cfff94a268e;hp=0f0f34de65b8952dd7ca53567671e4337f6f0e78;hpb=7f63e99b87e052f92fcd9b98358d7779119e9a69;p=l2e.git diff --git a/Release/src/common/subdir.mk b/Release/src/common/subdir.mk index 0f0f34d..c471112 100644 --- a/Release/src/common/subdir.mk +++ b/Release/src/common/subdir.mk @@ -26,7 +26,7 @@ CPP_DEPS += \ src/common/%.o: ../src/common/%.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 ' '