@@ -144,7 +144,6 @@ class MMSConfig(object):
'_alloca=alloca',
'GNUC'
]
- cxx.cflags += proj_c_flags
cxx.cflags += [ # todo: what is the difference between cflags and cxxflags
'-fPIC',
'-fno-exceptions',
@@ -8,6 +8,9 @@ proj_srcs = [
'memscan.cpp',
+proj_c_flags = [
+]
+
for sdk_name in MMS.sdks:
for arch in MMS.archs:
sdk = MMS.sdks[sdk_name]