X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fsubdir.mk;h=30ec7e992cc7a8517b89a15a4407f3a4602f80ba;hb=1c36f0002e3778f05aca3e6836556cfff94a268e;hp=e2d08a05f0855664cb9acd9cc25a45ab9c102c7b;hpb=7f63e99b87e052f92fcd9b98358d7779119e9a69;p=l2e.git diff --git a/Release/src/subdir.mk b/Release/src/subdir.mk index e2d08a0..30ec7e9 100644 --- a/Release/src/subdir.mk +++ b/Release/src/subdir.mk @@ -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 ' '