diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-28 16:47:21 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-28 16:56:23 +0200 |
commit | 814818c3451fa32900c011278e2e5b62e3518eb0 (patch) | |
tree | 129b955523a694cca8a8f5535b745276b6f9439c /external | |
parent | 5fd43384a443aee09dd4c98ffd79572f44f13000 (diff) |
firebird: enable-debug cause trouble due to a lifecycle management issue
firebird in debug mode abort() on lo shutdown due to a lifcycle management
issue where firebord try to create a directory in a temp directory that
is not there anymore, and then exception for it and
that exception in debug mode cause an abort.
Change-Id: Iabbd6ffda34a84e5b0d8e44761226083c8c1d168
Diffstat (limited to 'external')
-rw-r--r-- | external/firebird/ExternalProject_firebird.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk index 6e3f582de581..d25c6676696e 100644 --- a/external/firebird/ExternalProject_firebird.mk +++ b/external/firebird/ExternalProject_firebird.mk @@ -50,7 +50,6 @@ $(call gb_ExternalProject_get_state_target,firebird,build): --without-editline \ --disable-superserver \ --with-system-icu --without-fbsample --without-fbsample-db \ - $(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug) \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ $(if $(filter IOS ANDROID,$(OS)),--disable-shared,--disable-static) \ && $(if $(filter WNT,$(OS)),\ |