Skip to content

Commit 8568b6d

Browse files
committed
Python build with optimization flags
1 parent 90a6d99 commit 8568b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build Python
4040
working-directory: cpython
4141
run: |
42-
./configure --with-valgrind
42+
./configure --with-valgrind --enable-optimizations --with-lto
4343
make -j4 all
4444
sudo make install
4545

0 commit comments

Comments
 (0)