We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e572cd3 commit 776ccc6Copy full SHA for 776ccc6
config.mk
@@ -39,7 +39,7 @@ DOCKER_CMD := docker
39
# (Note: vars are exported as env variables as we also need them in various scripts)
40
# alternatives for SGX_MODE: SIM or HW
41
export SGX_MODE ?= SIM
42
-export SGX_BUILD ?= PRERELEASE
+export SGX_BUILD ?= DEBUG
43
export SGX_SSL ?= /opt/intel/sgxssl
44
export SGX_SDK ?= /opt/intel/sgxsdk
45
export SGX_ARCH ?= x64
0 commit comments