build: remove architecture flag as default C flag
[dpdk.git] / lib / meson.build
index de75162..e8302fb 100644 (file)
@@ -33,7 +33,7 @@ foreach l:libraries
        sources = []
        headers = []
        includes = []
-       cflags = []
+       cflags = [machine_arg]
        objs = [] # other object files to link against, used e.g. for
                  # instruction-set optimized versions of code