rencode icon indicating copy to clipboard operation
rencode copied to clipboard

cleanup and improve build.py

Open mm1ke opened this issue 6 months ago • 0 comments

Hi,

This is a simple update for the build.py file which i use for gentoo in https://github.com/gentoo/gentoo/pull/43015

I've made two commits. The first simply removes import platform which was introduces in 591b9f4 but later not required anymore with commit e7ec8ea

The second commit removes COMPILE_FLAGS altogether. There is no reason to force a certain optimization on users. Users should be able to decide themselves how to optimize their packages.

Regards Michael

mm1ke avatar Jul 16 '25 18:07 mm1ke