Merge pull request #459 from Scrumplex/bump-tomlplusplus

This commit is contained in:
flow 2022-11-16 01:34:15 -08:00 committed by GitHub
commit 23e411c42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -70,6 +70,9 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_DISABLE_DEPRECATED_BEFORE=0x050C00")
# Fix aarch64 build for toml++
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DTOML_ENABLE_FLOAT16=0")
# set CXXFLAGS for build targets
set(CMAKE_CXX_FLAGS_RELEASE "-O2 -D_FORTIFY_SOURCE=2 ${CMAKE_CXX_FLAGS_RELEASE}")

@ -1 +1 @@
Subproject commit cc741c9f5f2a62856a2a2e9e275f61eb0591c09c
Subproject commit 0a90913abf9390b9e08ab6d3b40ac11634553f38