batch-change-examples icon indicating copy to clipboard operation
batch-change-examples copied to clipboard

Example: Add and remove flags from build files

Open malomarrec opened this issue 4 years ago • 0 comments

Change Search: repos with (file: make, expression: -flag1) or (file: Dockerfile, expression: -flag2) Remove -s -w and add -linkmode external

How do I do that without duplicating -linkmode external? The flags will be positioned differently in different files eg. cmd -flag1 -s -flag2 -w cmd -flag1 -flag2 -w -s cmd -flag1 -flag2 -w -s -flag3

Link to user

malomarrec avatar Apr 26 '21 08:04 malomarrec