mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
c74c8d12cf
Fixes #4834
12 lines
268 B
Makefile
12 lines
268 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
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
|