Skip to content

Commit

Permalink
🔨 Sim needs GLM_ENABLE_EXPERIMENTAL
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 19, 2024
1 parent 06762db commit a7317de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ini/native.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ build_flags = ${env:linux_native.build_flags} -Werror
[simulator_common]
platform = native
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
-D__PLAT_NATIVE_SIM__ -DU8G_HAL_LINKS -DGLM_ENABLE_EXPERIMENTAL
build_src_flags = -Wall -Wno-expansion-to-defined -Wno-deprecated-declarations -Wcast-align
release_flags = -g0 -O3 -flto
debug_build_flags = -fstack-protector-strong -g -g3 -ggdb
Expand Down Expand Up @@ -153,5 +154,4 @@ 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

0 comments on commit a7317de

Please sign in to comment.