Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jan 14, 2025
1 parent 0a3d468 commit 6e95c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/run_docker_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cmake -DCMAKE_INSTALL_PREFIX=~/.local \
-DCMAKE_C_FLAGS="-Wall -Wextra -Wpedantic -Werror" \
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic -Wshadow -Werror -D_GLIBCXX_ASSERTIONS -fuse-ld=mold" \
-DSWIG_COMPILE_FLAGS="-O1 -Wno-unused-parameter -Wno-shadow" \
-DUSE_SPHINX=ON -DSPHINX_FLAGS="-W -T -j4" \
-DUSE_SPHINX=ON -DSPHINX_FLAGS="-W -T -j1" \
${source_dir}
make install
if test -n "${uid}" -a -n "${gid}"
Expand Down

0 comments on commit 6e95c9e

Please sign in to comment.