Skip to content

Commit

Permalink
Update visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Aug 2, 2024
1 parent daee766 commit 43b01a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ cmake -S . -B $WebKitBuild `
"-DICU_ROOT=${ICU_STATIC_ROOT}" `
"-DICU_LIBRARY=${ICU_STATIC_LIBRARY}" `
"-DICU_INCLUDE_DIR=${ICU_STATIC_INCLUDE_DIR}" `
"-DCMAKE_C_VISIBILITY_PRESET=DEFAULT" `
"-DCMAKE_CXX_VISIBILITY_PRESET=DEFAULT" `
"-DCMAKE_VISIBILITY_INLINES_HIDDEN=OFF" `
"-DCMAKE_C_COMPILER=clang-cl" `
"-DCMAKE_CXX_COMPILER=clang-cl" `
"-DCMAKE_C_FLAGS_RELEASE=/Zi /O2 /Ob2 /DNDEBUG " `
Expand Down

0 comments on commit 43b01a7

Please sign in to comment.