Changes in uspace/lib/c/arch/amd64/Makefile.common [58e7b26:6480827] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/Makefile.common
r58e7b26 r6480827 28 28 29 29 # TODO: We need to implement DWARF unwinding and get rid of this flag. 30 COMMON_CFLAGS += -fno-omit-frame-pointer 30 COMMON_CFLAGS += -fno-omit-frame-pointer -Wl,-z,max-page-size=0x1000 31 31 32 32 # XXX: This architecture requires unoptimized TLS pointer access,
Note:
See TracChangeset
for help on using the changeset viewer.