Skip to content

Commit 6f58bf6

Browse files
committed
Fix release build (need to figure out lifetime tracking issue
1 parent 37f8fdf commit 6f58bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildrel/make_release_client_win10_msys_0_cmake.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ cmake .. -G"Ninja" \
1717
-DCMAKE_CXX_COMPILER="g++" \
1818
-DCMAKE_CXX_FLAGS="\
1919
-fuse-ld=lld \
20+
-DSFML_ENABLE_LIFETIME_TRACKING=1 \
2021
-Wall -Wextra -Wpedantic -Wno-braced-scalar-init \
2122
-Wno-pragmas -Wno-missing-field-initializers -Wno-array-bounds -Wno-restrict \
2223
-Wno-stringop-overflow \

0 commit comments

Comments
 (0)