Skip to content

Commit

Permalink
Update compilers.cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Bernardino <[email protected]>
  • Loading branch information
santiberna authored Nov 22, 2024
1 parent 48b3ac7 commit e344a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/compilers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ macro(fastgltf_compiler_flags TARGET)

if (MINGW)
# Issue with MinGW: https://github.com/simdjson/simdjson/issues/1963
target_compile_options(${TARGET} PUBLIC $<$<CONFIG:DEBUG>:-Og>)
target_compile_options(${TARGET} PRIVATE $<$<CONFIG:DEBUG>:-Og>)
endif()

# https://github.com/simdjson/simdjson/blob/master/doc/basics.md#performance-tips
Expand Down

0 comments on commit e344a5e

Please sign in to comment.