1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-29 23:07:42 +00:00

🔨 Windows Simulator needs -DGLM_ENABLE_EXPERIMENTAL (#27092)

This commit is contained in:
ellensp 2024-05-18 09:04:36 +12:00 committed by GitHub
parent 2fd7c2b865
commit fa88e0f054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,4 +153,5 @@ build_src_flags = ${simulator_common.build_src_flags} -fpermissive
build_flags = ${simulator_common.build_flags} ${simulator_common.debug_build_flags}
-IC:\\msys64\\mingw64\\include\\SDL2 -fno-stack-protector -Wl,-subsystem,windows
-ldl -lmingw32 -lSDL2main -lSDL2 -lSDL2_net -lopengl32 -lssp
-DGLM_ENABLE_EXPERIMENTAL
build_type = debug