commit | c1a558336b6a85b86faa15d42546a6983ff42e3a | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Tue Feb 17 21:25:36 2015 -0500 |
committer | Brian Silverman <brians> | Tue Feb 17 21:25:36 2015 -0500 |
tree | 8853722f211c1ca5f707d1101576b50d3e1b374f | |
parent | 8c2b00ea0e1432656ceea3ae69bcf13821640111 [diff] [blame] |
don't try to fix WPILib, just hack around it like they do... Change-Id: I4e5030c98306181f81be594eee26391a06c2bb95
diff --git a/aos/build/externals.gyp b/aos/build/externals.gyp index 35d271d..e14850b 100644 --- a/aos/build/externals.gyp +++ b/aos/build/externals.gyp
@@ -38,8 +38,9 @@ '<@(header_dirs)' ], 'cflags': [ - '-Wno-error=unused-parameter', - '-Wno-error=switch-enum', + '-Wno-error', + '-fno-strict-aliasing', + '-O0', ], 'sources': [ '<!@(ls <(allwpilib)/wpilibc/wpilibC++/src/*.cpp)',