diff options
author | jstebbins <[email protected]> | 2010-03-11 18:33:57 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-03-11 18:33:57 +0000 |
commit | b3c45776b387ebdb4d61b9f24bb03c5c967c1629 (patch) | |
tree | 8b7c4229441bee6cbd97ebde46c9b05624f851d4 /make/include/gcc.defs | |
parent | 84ac0ce3477f03c3781f7b84f0ee6c738dd95224 (diff) |
disable asserts in libdvdnav except when configured with --debug=max
dvdnav asserts on things are are almost never fatal. so lets not
crash on them.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3159 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include/gcc.defs')
-rw-r--r-- | make/include/gcc.defs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/include/gcc.defs b/make/include/gcc.defs index a9523ddde..c9b82e70a 100644 --- a/make/include/gcc.defs +++ b/make/include/gcc.defs @@ -14,7 +14,9 @@ GCC.minver = GCC.ldminver= GCC.vis = 0 GCC.pic = 0 -GCC.g = none +ifndef GCC.g + GCC.g = none +endif GCC.O = none GCC.D = GCC.I = |