mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Extend the previous change to C++ builds.
This commit is contained in:
parent
a44afe8b19
commit
da26e27de1
2 changed files with 4 additions and 0 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -4820,6 +4820,7 @@ if test "$with_debug_cflags" = "yes"; then
|
|||
fi
|
||||
if test "$with_debug_cflags" != "no"; then
|
||||
CFLAGS="$with_debug_cflags $CFLAGS"
|
||||
CXXFLAGS="$with_debug_cflags $CXXFLAGS"
|
||||
LDFLAGS="$with_debug_cflags $LDFLAGS"
|
||||
fi
|
||||
if test "$with_profile_cflags" = "yes"; then
|
||||
|
|
@ -4827,6 +4828,7 @@ if test "$with_profile_cflags" = "yes"; then
|
|||
fi
|
||||
if test "$with_profile_cflags" != "no"; then
|
||||
CFLAGS="$with_profile_cflags $CFLAGS"
|
||||
CXXFLAGS="$with_profile_cflags $CFLAGS"
|
||||
LDFLAGS="$with_profile_cflags $LDFLAGS"
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -329,6 +329,7 @@ if test "$with_debug_cflags" = "yes"; then
|
|||
fi
|
||||
if test "$with_debug_cflags" != "no"; then
|
||||
CFLAGS="$with_debug_cflags $CFLAGS"
|
||||
CXXFLAGS="$with_debug_cflags $CXXFLAGS"
|
||||
LDFLAGS="$with_debug_cflags $LDFLAGS"
|
||||
fi
|
||||
if test "$with_profile_cflags" = "yes"; then
|
||||
|
|
@ -336,6 +337,7 @@ if test "$with_profile_cflags" = "yes"; then
|
|||
fi
|
||||
if test "$with_profile_cflags" != "no"; then
|
||||
CFLAGS="$with_profile_cflags $CFLAGS"
|
||||
CXXFLAGS="$with_profile_cflags $CFLAGS"
|
||||
LDFLAGS="$with_profile_cflags $LDFLAGS"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue