mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-22 22:26:18 +00:00
🔨 Sim needs GLM_ENABLE_EXPERIMENTAL
This commit is contained in:
parent
06762db050
commit
a7317de3b4
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,9 @@ build_flags = ${env:linux_native.build_flags} -Werror
|
||||||
[simulator_common]
|
[simulator_common]
|
||||||
platform = native
|
platform = native
|
||||||
framework =
|
framework =
|
||||||
build_flags = ${common.build_flags} -std=gnu++17 -D__PLAT_NATIVE_SIM__ -DU8G_HAL_LINKS
|
build_flags = ${common.build_flags} -std=gnu++17
|
||||||
-I/usr/include/SDL2 -IMarlin -IMarlin/src/HAL/NATIVE_SIM/u8g
|
-I/usr/include/SDL2 -IMarlin -IMarlin/src/HAL/NATIVE_SIM/u8g
|
||||||
|
-D__PLAT_NATIVE_SIM__ -DU8G_HAL_LINKS -DGLM_ENABLE_EXPERIMENTAL
|
||||||
build_src_flags = -Wall -Wno-expansion-to-defined -Wno-deprecated-declarations -Wcast-align
|
build_src_flags = -Wall -Wno-expansion-to-defined -Wno-deprecated-declarations -Wcast-align
|
||||||
release_flags = -g0 -O3 -flto
|
release_flags = -g0 -O3 -flto
|
||||||
debug_build_flags = -fstack-protector-strong -g -g3 -ggdb
|
debug_build_flags = -fstack-protector-strong -g -g3 -ggdb
|
||||||
|
@ -153,5 +154,4 @@ build_src_flags = ${simulator_common.build_src_flags} -fpermissive
|
||||||
build_flags = ${simulator_common.build_flags} ${simulator_common.debug_build_flags}
|
build_flags = ${simulator_common.build_flags} ${simulator_common.debug_build_flags}
|
||||||
-IC:\\msys64\\mingw64\\include\\SDL2 -fno-stack-protector -Wl,-subsystem,windows
|
-IC:\\msys64\\mingw64\\include\\SDL2 -fno-stack-protector -Wl,-subsystem,windows
|
||||||
-ldl -lmingw32 -lSDL2main -lSDL2 -lSDL2_net -lopengl32 -lssp
|
-ldl -lmingw32 -lSDL2main -lSDL2 -lSDL2_net -lopengl32 -lssp
|
||||||
-DGLM_ENABLE_EXPERIMENTAL
|
|
||||||
build_type = debug
|
build_type = debug
|
||||||
|
|
Loading…
Add table
Reference in a new issue