mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
2007-12-08 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Fixed Debian bug #437876 (handling nostrip build option).
This commit is contained in:
parent
2224f750d7
commit
26ff92c0fe
@ -1,3 +1,8 @@
|
||||
2007-12-08 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* configure.ac: Fixed Debian bug #437876 (handling nostrip build
|
||||
option).
|
||||
|
||||
2007-09-17 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* Loads of changes to avoid the "deprecated conversion from string
|
||||
|
@ -42,10 +42,11 @@ else
|
||||
if test "x$GCC" = xyes; then
|
||||
CFLAGS="`echo $CFLAGS | sed -e 's/\-g //g'`"
|
||||
CXXFLAGS="`echo $CXXFLAGS | sed -e 's/\-g //g'`"
|
||||
case $host_os in
|
||||
*darwin*) LDFLAGS="$LDFLAGS" ;;
|
||||
*) LDFLAGS="$LDFLAGS -s" ;;
|
||||
esac
|
||||
# disable stripping (debian bug #437876)
|
||||
# case $host_os in
|
||||
# *darwin*) LDFLAGS="$LDFLAGS" ;;
|
||||
# *) LDFLAGS="$LDFLAGS -s" ;;
|
||||
# esac
|
||||
fi
|
||||
fi
|
||||
unset enable_debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user