Skip to content

Commit 33f4499

Browse files
author
volcano
authored
uswitchless build: delete -g compile option (#596)
Signed-off-by: volcano <[email protected]>
1 parent c78b0fb commit 33f4499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/switchless/sgx_uswitchless/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SL_CXXFLAGS += -I$(COMMON_DIR)/inc \
5959

6060

6161
SL_CFLAGS := $(CFLAGS)
62-
SL_CFLAGS += -Werror -D_GNU_SOURCE -fPIC -g
62+
SL_CFLAGS += -Werror -D_GNU_SOURCE -fPIC
6363
SL_CFLAGS += $(ADDED_INC)
6464
SL_CFLAGS += -I$(COMMON_DIR)/inc \
6565
-I$(COMMON_DIR)/inc/internal \

0 commit comments

Comments
 (0)