]> git.localhorst.tv Git - l2e.git/commitdiff
define NDEBUG for Release build config
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 11 Sep 2012 19:51:57 +0000 (21:51 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 11 Sep 2012 19:51:57 +0000 (21:51 +0200)
Release/src/app/subdir.mk
Release/src/battle/states/subdir.mk
Release/src/battle/subdir.mk
Release/src/common/subdir.mk
Release/src/graphics/subdir.mk
Release/src/loader/subdir.mk
Release/src/sdl/subdir.mk
Release/src/subdir.mk

index 764eb6fe55121e3bdc5cee8149fb28321d42010c..3255ffa8f698ddf8e8e278ef4d1868e075540d94 100644 (file)
@@ -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 ' '
 
index dab568f71855a7dac626b93d4da2d048bbbbf481..e526ca72fdd24bc09550a372eb3b116900ffa46a 100644 (file)
@@ -41,7 +41,7 @@ CPP_DEPS += \
 src/battle/states/%.o: ../src/battle/states/%.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 ' '
 
index ba4653eab5f607c8a93a77f3bbca286acdbaf33b..68f2a2cef328c7f5b76e2ca443f8de43e0aa70ac 100644 (file)
@@ -53,7 +53,7 @@ CPP_DEPS += \
 src/battle/%.o: ../src/battle/%.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 ' '
 
index d86dbcd271da0437f681fe043b03e8481d007b60..1146aabd57c4a51dfd42ca61ffb317bbcbbc813a 100644 (file)
@@ -29,7 +29,7 @@ CPP_DEPS += \
 src/common/%.o: ../src/common/%.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 ' '
 
index 1b53d998e1bed13a37f298a1ca0f4d5ff4ed421c..9e05a70ba1fc3e589b80d3d086a5fd2a62614247 100644 (file)
@@ -38,7 +38,7 @@ CPP_DEPS += \
 src/graphics/%.o: ../src/graphics/%.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 ' '
 
index 8b5366f185d926fca52c0a70b56fa4d94d90630f..992a06cc308504f8608e0435b2024f9f9e02ba53 100644 (file)
@@ -32,7 +32,7 @@ CPP_DEPS += \
 src/loader/%.o: ../src/loader/%.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 ' '
 
index ec2df9c51db9f4195f72d0c342976e4cecc8aa6e..c3a1775023a1956bd116107b861fa899f525e408 100644 (file)
@@ -23,7 +23,7 @@ CPP_DEPS += \
 src/sdl/%.o: ../src/sdl/%.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 ' '
 
index 30ec7e992cc7a8517b89a15a4407f3a4602f80ba..9aa8e01bae034e4deaf564022d6345ab621eb27c 100644 (file)
@@ -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 -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 ' '