Skip to content

Commit

Permalink
Different debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Apr 29, 2024
1 parent d607050 commit 5f88d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

if os.environ.get('READTHEDOCS') == 'True':
# C++23: Upgrade C++ version.
check_call(['ls', '-Rl']) # XXX: DEBUG
check_call(['ls', '-Rl', build_dir]) # XXX: DEBUG
check_call(
[source_dir / 'configure', 'CXXFLAGS=-std=c++20 -O0'], cwd=build_dir)
check_call('doxygen', cwd=(Path.cwd().parent / 'doc'))
Expand Down

0 comments on commit 5f88d1e

Please sign in to comment.