Advertisement
cryptofascist

Untitled

Mar 8th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # -*- mode: python -*-
  2. # file: ~/.config/jhbuildrc
  3.  
  4. skip = ['gnome-todo']
  5.  
  6. custom_compileflags = '-march=native -mtune=native -pipe -O3'
  7. os.environ['CFLAGS'] = custom_compileflags
  8. os.environ['CXXFLAGS'] = custom_compileflags
  9.  
  10. makeargs = '-j9'
  11. cmakeargs = '-DCMAKE_BUILD_TYPE=Release --config Release -j9'
  12. mesonargs = '--buildtype=release'
  13. autogenargs = '--disable-maintainer-mode --enable-debug=no'
  14.  
  15.  
  16.  
  17. #module_mesonargs['gnome-todo'] = "--buildtype=release"
  18. #module_autogenargs['ModemManager'] = '--disable-maintainer-mode'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement