You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shows that one intermediate level isn't rendered correctly, e.g. the new version skips information here
cxx_flags: [ string ] Compiler flags passed to the C++ compiler only. Separate multiple options with spaces, for example, "cxx_flags='-g -Wextra -O3 --std=c++14'"
default: '-std=c++17'
compared to the original version (which also corresponds to SConstruct content).
cxx_flags: [ string ] Compiler flags passed to the C++ compiler only. Separate multiple options with spaces, for example, "cxx_flags='-g -Wextra -O3 --std=c++14'"
default: compiler dependent
If using MSVC: '/EHsc /std:c++17'
Otherwise: '-std=c++17'
System information
Cantera version: newest main
OS: N/A
Python/MATLAB/other software versions: N/A
The text was updated successfully, but these errors were encountered:
Problem description
Comparing documentation of available SCons options, i.e.:
config-options
on testing.cantera.orgscons-config
on cantera.orgshows that one intermediate level isn't rendered correctly, e.g. the new version skips information here
compared to the original version (which also corresponds to
SConstruct
content).System information
main
The text was updated successfully, but these errors were encountered: