Skip to content

Commit

Permalink
Fix release build (need to figure out lifetime tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed Jun 25, 2024
1 parent 37f8fdf commit 6f58bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildrel/make_release_client_win10_msys_0_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cmake .. -G"Ninja" \
-DCMAKE_CXX_COMPILER="g++" \
-DCMAKE_CXX_FLAGS="\
-fuse-ld=lld \
-DSFML_ENABLE_LIFETIME_TRACKING=1 \
-Wall -Wextra -Wpedantic -Wno-braced-scalar-init \
-Wno-pragmas -Wno-missing-field-initializers -Wno-array-bounds -Wno-restrict \
-Wno-stringop-overflow \
Expand Down

0 comments on commit 6f58bf6

Please sign in to comment.