Enforce building jitterentropy library with -O0

Fixes #2256
This commit is contained in:
Christian Helmuth 2017-01-24 12:19:24 +01:00 committed by Norman Feske
parent f1c877f205
commit 60c9192335

View File

@ -8,7 +8,7 @@ SRC_CC = jitterentropy-base-genode.cc
CC_OPT += -DJITTERENTROPY_GENODE
CC_OLEVEL := -O0
override CC_OLEVEL := -O0
vpath %.c $(JENT_CONTRIB_DIR)/src/lib/jitterentropy
vpath %.cc $(REP_DIR)/src/lib/jitterentropy