Skip to content

Commit ff5a884

Browse files
committed
update(AMBuilderScript): Removing std set to C
1 parent f0daf74 commit ff5a884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AMBuildScript

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ class MMSPluginConfig(object):
235235
'-msse',
236236
'-fPIC',
237237
'-fexceptions',
238-
'-std=c99',
239238
]
240239
if (cxx.version >= 'gcc-4.0') or cxx.family == 'clang':
241240
cxx.cflags += ['-fvisibility=hidden']

0 commit comments

Comments
 (0)