"vscode:/vscode.git/clone" did not exist on "bd25c121b98b6becba136fdbbdfb201f0dc69886"
Unverified Commit 921479b9 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

update to fmt 10.1.1, fast_double_parser 0.7.0 (#6074)

parent a92bf374
......@@ -326,6 +326,13 @@ if(UNIX OR MINGW OR CYGWIN)
CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -std=c++11 -pthread -Wextra -Wall -Wno-ignored-attributes -Wno-unknown-pragmas -Wno-return-type"
)
if(MINGW)
# ignore this warning: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95353
set(
CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -Wno-stringop-overflow"
)
endif()
if(USE_DEBUG)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -O0")
else()
......
Subproject commit ace60646c02dc54c57f19d644e49a61e7e7758ec
Subproject commit efec03532ef65984786e5e32dbc81f6e6a55a115
Subproject commit b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9
Subproject commit f5e54359df4c26b6230fc61d38aa294581393084
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment