Skip to content

Commit

Permalink
Merge pull request #75 from pce-devel/pceDev16-hucc_shmup_ex_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 11d5bb5 + b9fa051 commit e4ba39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hucc/shmup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: shmup.sgx shmup.iso

include ../Make_ex.inc

CFLAGS = --sgx -fno-recursive -fsigned-char -gC
CFLAGS = -O2 --sgx -fno-recursive -gC -v
CDFLAGS = --scd
LIBS =

Expand Down

0 comments on commit e4ba39b

Please sign in to comment.