X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fapp%2Fsubdir.mk;h=3255ffa8f698ddf8e8e278ef4d1868e075540d94;hb=8547fab190830f5d53138b1db378145592dd1354;hp=764eb6fe55121e3bdc5cee8149fb28321d42010c;hpb=1c36f0002e3778f05aca3e6836556cfff94a268e;p=l2e.git diff --git a/Release/src/app/subdir.mk b/Release/src/app/subdir.mk index 764eb6f..3255ffa 100644 --- a/Release/src/app/subdir.mk +++ b/Release/src/app/subdir.mk @@ -20,7 +20,7 @@ CPP_DEPS += \ src/app/%.o: ../src/app/%.cpp @echo 'Building file: $<' @echo 'Invoking: GCC C++ Compiler' - g++ -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + g++ -DNDEBUG -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '