mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 23:04:22 +08:00
[muparser] Remove NDEBUG from its autoconf build
Ensure that assertions are tripped.
This commit is contained in:
parent
dac13d51fa
commit
c5a0c58cfb
2
muparser-2.2.5/Makefile.in
vendored
2
muparser-2.2.5/Makefile.in
vendored
|
@ -200,7 +200,7 @@ COND_USE_SOTWOSYMLINKS_1___muParser_dll___so_symlinks_uninst_cmd = rm -f \
|
|||
@COND_SHARED_1@____SHARED = -DMUPARSER_DLL
|
||||
@COND_SHARED_0@____SHARED_0 =
|
||||
@COND_SHARED_1@____SHARED_0 = -DMUPARSERLIB_EXPORTS
|
||||
@COND_DEBUG_0@____DEBUG = -DNDEBUG
|
||||
@COND_DEBUG_0@____DEBUG =
|
||||
@COND_DEBUG_1@____DEBUG =
|
||||
|
||||
### Targets: ###
|
||||
|
|
Loading…
Reference in New Issue
Block a user