mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 01:53:05 +00:00
don't use -g in CXXFLAGS
This commit is contained in:
parent
ac0d500c3c
commit
e689e44905
@ -2,6 +2,9 @@
|
||||
SYSV = -DSYSV -DSVR4
|
||||
RANLIB = true
|
||||
|
||||
# C++ debugging is not yet supported under SVR4 (DWARF)
|
||||
CXXFLAGS=-O
|
||||
|
||||
# The l flag generates a warning from the SVR4 archiver, remove it.
|
||||
AR_FLAGS = cq
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user