This commit is contained in:
Kolan Sh 2022-04-15 11:35:36 +03:00
parent 6ef6776496
commit 8e44153a0b
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ PYTHON_SINGLE_TARGET="-python3_8 -python3_9 python3_10"
# cpu
USE="${USE} custom-cflags mpi smp"
# optimizations
USE="${USE} pgo"
# develop
USE="${USE} -debug -mono pch vim-syntax"