summaryrefslogtreecommitdiff
path: root/external/lpsolve
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-08 17:37:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-11 08:57:37 +0000
commitbccb43027e8198ef6b112dd7632d0782a23b557e (patch)
tree3c6cf01e8c3e59a7526924db68846e364882ca77 /external/lpsolve
parent7659a47a3d7789a0ce6d2ab17119970faa277e29 (diff)
Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGS
...in preparation of making them orthogonal Change-Id: If75b334c954138b3aed4f8d1ac33061a2267ad52 Reviewed-on: https://gerrit.libreoffice.org/27056 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/lpsolve')
-rw-r--r--external/lpsolve/ExternalProject_lpsolve.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/lpsolve/ExternalProject_lpsolve.mk b/external/lpsolve/ExternalProject_lpsolve.mk
index 62c4a1bea252..120ded64942f 100644
--- a/external/lpsolve/ExternalProject_lpsolve.mk
+++ b/external/lpsolve/ExternalProject_lpsolve.mk
@@ -32,7 +32,7 @@ endif # $(COM)
else # $(OS)!=WNT
$(call gb_ExternalProject_get_state_target,lpsolve,build):
$(call gb_ExternalProject_run,build,\
- CC="$(CC) $(if $(debug),$(gb_COMPILERNOOPTFLAGS) $(gb_DEBUG_CFLAGS),$(gb_COMPILEROPTFLAGS))" \
+ CC="$(CC) $(if $(debug),$(gb_COMPILERNOOPTFLAGS) $(gb_DEBUGINFO_FLAGS) $(gb_DEBUG_CFLAGS),$(gb_COMPILEROPTFLAGS))" \
$(if $(filter MACOSX,$(OS)),EXTRA_LINKFLAGS='-install_name @__________________________________________________OOO/liblpsolve55.dylib') \
sh -e $(if $(filter MACOSX,$(OS)),ccc.osx, \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),ccc.static, \