Kaydet (Commit) 06d3fb62 authored tarafından Caolán McNamara's avatar Caolán McNamara

add debugging symbols to raptor in debugging levels

üst 98aadb63
......@@ -108,10 +108,15 @@ LDFLAGS:=-Wl,-rpath,'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib' -Wl,-noinhibit-exec
LDFLAGS:=-Wl,-R'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
.ENDIF # "$(OS)$(COM)"=="SOLARISC52"
.IF "$(debug)" != ""
CFLAGS:=-g
.ELSE
CFLAGS:=-O
.ENDIF
.IF "$(COM)"=="C52" && "$(CPU)"=="U"
CFLAGS=-m64
.EXPORT: CFLAGS
CFLAGS+=-m64
.ENDIF
.EXPORT: CFLAGS
# NB: SOLARDIR before SYSBASE, because linux SYSBASE contains obsolete libcrypto
CPPFLAGS+:=-I$(SOLARINCDIR)$/external
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment