Skip to content

Commit

Permalink
Merge pull request #77 from pce-devel/pceDev16-hucc-sgx_example-patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
jbrandwood authored Feb 15, 2025
2 parents fd58610 + de23e14 commit 5606dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hucc/sgx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include ../Make_ex.inc

SRC = sgx_test.c

CFLAGS ?= --sgx -fno-recursive -gA
CFLAGS ?= -O2 --sgx -fno-recursive -gA -v
CDFLAGS = --scd
LIBS =

Expand Down

0 comments on commit 5606dd7

Please sign in to comment.