|
@@ -118,7 +118,7 @@ App_Name := App/teems
|
|
|
|
|
|
Client_Cpp_Files := $(wildcard Client/*.cpp)
|
|
Client_Cpp_Files := $(wildcard Client/*.cpp)
|
|
|
|
|
|
-Client_Include_Paths := -IApp -IUntrusted -I$(SGX_SDK)/include
|
|
|
|
|
|
+Client_Include_Paths := -I$(SGX_SDK)/include
|
|
|
|
|
|
Client_Cpp_Flags := -fPIC -Wno-attributes $(Client_Include_Paths)
|
|
Client_Cpp_Flags := -fPIC -Wno-attributes $(Client_Include_Paths)
|
|
ifeq ($(TRACE_SOCKIO), 1)
|
|
ifeq ($(TRACE_SOCKIO), 1)
|