mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
parent
920e240f67
commit
c74c8d12cf
@ -14,3 +14,8 @@ SRC_CC += stack_area_addr.cc
|
||||
SRC_CC += cap_map.cc
|
||||
SRC_CC += capability.cc
|
||||
SRC_CC += signal_transmitter.cc
|
||||
|
||||
#
|
||||
# Prevent the compiler from deleting null pointer checks related to 'this == 0'
|
||||
#
|
||||
CC_OPT += -fno-delete-null-pointer-checks
|
||||
|
@ -4,3 +4,8 @@ LIBS += base-nova-common cxx timeout
|
||||
SRC_CC += thread_start.cc
|
||||
SRC_CC += cache.cc
|
||||
SRC_CC += signal.cc
|
||||
|
||||
#
|
||||
# Prevent the compiler from deleting null pointer checks related to 'this == 0'
|
||||
#
|
||||
CC_OPT += -fno-delete-null-pointer-checks
|
||||
|
Loading…
Reference in New Issue
Block a user