OSDN Git Service

MacGui: Remove Target Size as a rate control option as it doesn't really work correct...
[handbrake-jp/handbrake-jp-git.git] / variant / freebsd.defs
1 TARGET.dylib.ext = .so
2
3 GCC.args.dylib = -shared
4 GCC.args.pic   = 1
5
6 GCC.args.g.none = -g0
7 GCC.args.g.min  = -g1
8 GCC.args.g.std  = -g2
9 GCC.args.g.max  = -g3