(svn r24365) -Fix-ish: add C(XX)FLAGS_BUILD to all the executables that are compiled for the build enviroment

This commit is contained in:
rubidium
2012-07-01 08:56:57 +00:00
parent 854b3921a4
commit 66d14c50f1
3 changed files with 17 additions and 14 deletions

View File

@@ -1771,6 +1771,7 @@ make_cflags_and_ldflags() {
if [ "$enable_assert" = "0" ]; then
CFLAGS="$CFLAGS -DNDEBUG"
CFLAGS_BUILD="$CFLAGS_BUILD -DNDEBUG"
fi
if [ "$enable_desync_debug" != "0" ]; then