diff options
| author | 2014-05-17 19:47:30 +0000 | |
|---|---|---|
| committer | 2014-05-17 19:47:30 +0000 | |
| commit | 833c2551547b37f8d314e1e96e8ab8081d29ffd8 (patch) | |
| tree | 08f9a8286420025e923c883bb86b74e0936a87a6 /makefile | |
| parent | b44baf77ceeac91bd2e85aad7b82dbeaf214e587 (diff) | |
use -fno-optimize-sibling-calls with SYMBOLS=1 for more complete stack traces with optimizations (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -506,7 +506,7 @@ CCOMFLAGS += -pipe # add -g if we need symbols, and ensure we have frame pointers ifdef SYMBOLS -CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer +CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer -fno-optimize-sibling-calls endif # add -v if we need verbose build information |
