Advertisement
Guest User

Untitled

a guest
May 8th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. (package
  2. (inherit ffmpeg)
  3. (arguments
  4. (substitute-keyword-arguments (package-arguments pkg)
  5. ((#:make-flags pkg-make-flags)
  6. `(cons* "CFLAGS=march=native"
  7. "CXXFLAGS=march=native"
  8. ,pkg-make-flags)))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement