Revert an accidental change to prefer_fixed_point.
Skipping pre-submit checks. Review URL: http://webrtc-codereview.appspot.com/89009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@278 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
# Selects fixed-point code where possible.
|
||||
# TODO(ajm): we'd like to set this based on the target OS/architecture.
|
||||
'prefer_fixed_point%': 1,
|
||||
'prefer_fixed_point%': 0,
|
||||
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
|
Reference in New Issue
Block a user