| generate_mozbuild.py |
#
# ##### ####### # # # # # #
# ## # # # # # # # # # # # #
# ## # # # # # # # # # # #
# ## #### # # # # # # # # # #
# ## # # # ####### # # # ####### # ###
# ## # # # # # # # # # # # ###
# # ##### ####### # # ## ## # # # ###
#
# Seriously. You shouldn't even be looking at this file unless you're
# debugging generate_mozbuild.py.
#
# DO NOT MODIFY THIS FILE IT IS AUTOGENERATED.
#
skia_opt_flags = []
if CONFIG['MOZ_OPTIMIZE']:
if CONFIG['CC_TYPE'] == 'clang-cl':
skia_opt_flags += ['-O2']
elif CONFIG['CC_TYPE'] in ('clang', 'gcc'):
skia_opt_flags += ['-O3']
|
13607 |
- |
| LICENSE |
|
1553 |
- |
| moz.build |
|
28758 |
- |
| patches |
|
|
- |
| README |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. |
169 |
- |
| README_COMMITTING |
|
574 |
- |
| README_MOZILLA |
|
1445 |
- |
| skia |
|
|
- |