X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fgraphics%2Fsubdir.mk;h=53d19d54d82b9c236ea12d9edb7bd24b86689c1a;hb=1c36f0002e3778f05aca3e6836556cfff94a268e;hp=fbd823017cbf889a42b22c24e96658eacea82c70;hpb=7f63e99b87e052f92fcd9b98358d7779119e9a69;p=l2e.git diff --git a/Debug/src/graphics/subdir.mk b/Debug/src/graphics/subdir.mk index fbd8230..53d19d5 100644 --- a/Debug/src/graphics/subdir.mk +++ b/Debug/src/graphics/subdir.mk @@ -26,7 +26,7 @@ CPP_DEPS += \ src/graphics/%.o: ../src/graphics/%.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 ' '