Skip to content

Commit 776ccc6

Browse files
fixup! Fix IRB container package
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent e572cd3 commit 776ccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DOCKER_CMD := docker
3939
# (Note: vars are exported as env variables as we also need them in various scripts)
4040
# alternatives for SGX_MODE: SIM or HW
4141
export SGX_MODE ?= SIM
42-
export SGX_BUILD ?= PRERELEASE
42+
export SGX_BUILD ?= DEBUG
4343
export SGX_SSL ?= /opt/intel/sgxssl
4444
export SGX_SDK ?= /opt/intel/sgxsdk
4545
export SGX_ARCH ?= x64

0 commit comments

Comments
 (0)