Skip to content

Commit

Permalink
wpewebkit: Add a "release-with-debug-info" knob.
Browse files Browse the repository at this point in the history
Add a new PACKAGECONFIG option to allow building a WebKit release
build including debug information (CMAKE_BUILD_TYPE=RelWithDebInfo).
  • Loading branch information
nikolaszimmermann authored and clopez committed Aug 27, 2024
1 parent ec00a77 commit 8540899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-browser/wpewebkit/wpewebkit.inc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ PACKAGECONFIG ??= "jit dfg-jit mediasource mediastream video webaudio webcrypto
"

PACKAGECONFIG[reduce-size] = "-DCMAKE_BUILD_TYPE=MinSizeRel,-DCMAKE_BUILD_TYPE=Release,,"
PACKAGECONFIG[release-with-debug-info] = "-DCMAKE_BUILD_TYPE=RelWithDebInfo,-DCMAKE_BUILD_TYPE=Release,,"
# WPE features
PACKAGECONFIG[accessibility] = "-DENABLE_ACCESSIBILITY=ON,-DENABLE_ACCESSIBILITY=OFF,atk at-spi2-atk"
PACKAGECONFIG[avif] = "-DUSE_AVIF=ON,-DUSE_AVIF=OFF,libavif"
Expand Down

0 comments on commit 8540899

Please sign in to comment.