X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=Release%2Fsrc%2Fbattle%2Fsubdir.mk;h=70d865dcb7e4e46339460740d91f419c380076eb;hb=1c36f0002e3778f05aca3e6836556cfff94a268e;hp=dc5e485185d2636fb27368c3e20a1a1b52fb8d99;hpb=7f63e99b87e052f92fcd9b98358d7779119e9a69;p=l2e.git diff --git a/Release/src/battle/subdir.mk b/Release/src/battle/subdir.mk index dc5e485..70d865d 100644 --- a/Release/src/battle/subdir.mk +++ b/Release/src/battle/subdir.mk @@ -50,7 +50,7 @@ CPP_DEPS += \ src/battle/%.o: ../src/battle/%.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 ' '