OpenDataPlane / odp

The ODP project is an open-source, cross-platform set of application programming interfaces (APIs) for the networking data plane
https://opendataplane.org
Other
176 stars 133 forks source link

[PATCH v1] test: misc: build test application with strict aliasing #2114

Closed JereLeppanen closed 1 week ago

JereLeppanen commented 2 weeks ago

Add -fstrict-aliasing compiler option to odp_api_headers test application. This tests that a trivial ODP application can be built and run with strict aliasing.

JereLeppanen commented 1 week ago

Not needed. We assume that also application is built with no-strict-aliasing.