mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 21:02:26 +00:00
gcc: warning: switch ‘-gstabs’ is no longer supported - removed it.
This commit is contained in:
parent
c4213e333a
commit
ff42920226
1 changed files with 1 additions and 1 deletions
|
|
@ -17,5 +17,5 @@ rm -f *.o *.obj *.exe *.sym *.c *.h result new.asm $(basename "$PWD")
|
|||
# NOTE: The cygwin 64 bit build has relocation errors with
|
||||
# these assembly generation options.
|
||||
if [ "$COMPILER" = "gcc" -a "$FLAVOUR" != "cygwin.LP64.gcc" ]
|
||||
then export CFLAGS="-gstabs -g1 -Wa,-acdhln=new.asm -Wl,-Map=output.map"
|
||||
then export CFLAGS="-g1 -Wa,-acdhln=new.asm -Wl,-Map=output.map"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue