| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 14cf22f commit f408d78
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,14 +57,17 @@ | |||
| 57 | 57 | ], | |
| 58 | 58 | }, { | |
| 59 | 59 | # linux and others | |
| 60 | - 'cflags': ['-Wno-missing-field-initializers', | ||
| 61 | - ## TODO: check gcc_version>=4.3 | ||
| 62 | - '-Wno-old-style-declaration'], | ||
| 60 | + 'cflags': ['-Wno-missing-field-initializers',], | ||
| 63 | 61 | 'defines': [ | |
| 64 | 62 | 'OPENSSLDIR="/etc/ssl"', | |
| 65 | 63 | 'ENGINESDIR="/dev/null"', | |
| 66 | 64 | 'TERMIOS', | |
| 67 | 65 | ], | |
| 66 | + 'conditions': [ | ||
| 67 | + [ 'llvm_version==0', { | ||
| 68 | + 'cflags': ['-Wno-old-style-declaration',], | ||
| 69 | + }], | ||
| 70 | + ], | ||
| 68 | 71 | }], | |
| 69 | 72 | ] | |
| 70 | 73 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments