Disable strict-aliasing globally
[lttng-ust.git] / src / lib / lttng-ust-python-agent / Makefile.am
index 619a268f429bac5f5976b83fa631078dcb5f68f3..2c65d6b592220b866e02f12819ddfa821db80ef3 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
 # tracepoint provider: always built/installed (does not depend on Python per se)
-AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
+AM_CFLAGS += -I$(srcdir)
 
 lib_LTLIBRARIES = liblttng-ust-python-agent.la
 
This page took 0.022742 seconds and 4 git commands to generate.