diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-12-07 13:12:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-07 13:12:13 +0100 |
commit | 00205e4996df209dc43664af7c171d34c2e97cda (patch) | |
tree | 973fce7058b2ef2d3228471a01a191e0fd5f308a /src/arch/posix | |
parent | 32f50fd665992f43e099fe195f94153100bf1574 (diff) |
use custom stack analyzer
Diffstat (limited to 'src/arch/posix')
-rw-r--r-- | src/arch/posix/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index e901aeb..ec34626 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -6,8 +6,7 @@ CC = gcc CXX = g++ OBJDUMP = objdump -# For each function call, the 8-Byte return address is pushed onto the stack. -ARCH_CALL_COST = 8 +ARCH_SHORTNAME = x64 ifeq (${aspectc}, 1) CXX = ag++ -r build/repo.acp -v 0 -p . --Xcompiler |