Skip to content

Commit

Permalink
prov: add archive scheme, fix build flags
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattello <[email protected]>
  • Loading branch information
JoeMatt committed Dec 9, 2022
1 parent abe6824 commit d4dc127
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 54 deletions.
7 changes: 4 additions & 3 deletions BuildFlags.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
//

// All
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__=1 PROFILE_PERFORMANCE=1
OTHER_CFLAGS = $(inherited) -ObjC
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) __LIBRETRO__=1
// PROFILE_PERFORMANCE=1
//OTHER_CFLAGS = $(inherited)
OTHER_LDFLAGS = $(inherited) -ObjC -Wl,-all_load -all_load
OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -g
// OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS) -g

// Device
GCC_PREPROCESSOR_DEFINITIONS[sdk=iphoneos*] = $(inherited) TARGET_IPHONE=1
Expand Down
Loading

0 comments on commit d4dc127

Please sign in to comment.