Skip to content

Commit 862e4cc

Browse files
committed
No longer needed to set EXTRA_CFLAGS for prism
1 parent dc05db5 commit 862e4cc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mx.truffleruby/suite.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,6 @@
224224
"dir": "src/main/c/yarp",
225225
# "makeTarget": "all-no-debug", # Can use this to build without asserts
226226
"results": ["build/librubyparser.a"],
227-
"buildEnv": {
228-
# system clang on macOS Mojave warns+errors for `mystruct s = { 0 };` when there are struct fields.
229-
# newer compiler do not warn for this.
230-
"EXTRA_CFLAGS": "-Wno-missing-braces",
231-
},
232227
"description": "YARP used as a static library"
233228
},
234229

0 commit comments

Comments
 (0)