mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
+ add debug info to produced programs
This commit is contained in:
parent
74e9c43e12
commit
7b3bf8898a
@ -22,7 +22,7 @@ fi
|
||||
if [[ "$#" -gt "0" ]] && ( [[ "$1" != "-B" ]] || [[ "$#" -gt "1" ]] )
|
||||
then
|
||||
cd "$TEST_DIR"
|
||||
COMPILE_COMMAND='"$COMP_DIR/sparc/ppcsparc" -artl $UNITS_PATH -FD"$SPARC_BINUTILS_DIR" $INCLUDE_PATH "-FE$TEST_DIR" -dSPARC'
|
||||
COMPILE_COMMAND='"$COMP_DIR/sparc/ppcsparc" -g -artl $UNITS_PATH -FD"$SPARC_BINUTILS_DIR" $INCLUDE_PATH "-FE$TEST_DIR" -dSPARC'
|
||||
if [[ "$1" == "-gdb" ]]
|
||||
then
|
||||
shift 1
|
||||
|
Loading…
Reference in New Issue
Block a user