robot_dart
robot_dart copied to clipboard
[bug] do not export -faligned-new (cmake)
On OSX (at least), compiling with cmake, we inherit the -faligned-new from here:
https://github.com/resibots/robot_dart/blob/650730c08ce5f4065931059f2beaea4c46ee0dfe/wscript#L135
=> this breaks our code
@jbmouret did we fix this? or not?