|
1021 | 1021 | "os_arch" : {
|
1022 | 1022 | "windows" : {
|
1023 | 1023 | "<others>" : {
|
1024 |
| - "cflags" : [] |
| 1024 | + "cflags" : ["-O3"], |
1025 | 1025 | }
|
1026 | 1026 | },
|
1027 | 1027 | "solaris" : {
|
1028 | 1028 | "<others>" : {
|
1029 |
| - "cflags" : ["-g", "-Wall", "-Werror", "-m64", "-pthread"], |
| 1029 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror", "-m64", "-pthread"], |
1030 | 1030 | "ldflags" : ["-m64", "-pthread"],
|
1031 | 1031 | "ldlibs" : ["-ldl"],
|
1032 | 1032 | },
|
1033 | 1033 | },
|
1034 | 1034 | "linux" : {
|
1035 | 1035 | "<others>" : {
|
1036 |
| - "cflags" : ["-g", "-Wall", "-Werror", "-D_GNU_SOURCE", "-fvisibility=hidden"], |
| 1036 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror", "-D_GNU_SOURCE", "-fvisibility=hidden"], |
1037 | 1037 | "ldlibs" : ["-ldl"],
|
1038 | 1038 | },
|
1039 | 1039 | },
|
1040 | 1040 | "linux-musl" : {
|
1041 | 1041 | "<others>" : {
|
1042 |
| - "cflags" : ["-g", "-Wall", "-Werror", "-fvisibility=hidden"], |
| 1042 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror", "-fvisibility=hidden"], |
1043 | 1043 | "ldlibs" : ["-ldl"],
|
1044 | 1044 | },
|
1045 | 1045 | },
|
1046 | 1046 | "<others>" : {
|
1047 | 1047 | "<others>" : {
|
1048 |
| - "cflags" : ["-g", "-Wall", "-Werror", "-fvisibility=hidden"], |
| 1048 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror", "-fvisibility=hidden"], |
1049 | 1049 | "ldlibs" : ["-ldl"],
|
1050 | 1050 | },
|
1051 | 1051 | },
|
|
1090 | 1090 | "os_arch" : {
|
1091 | 1091 | "windows" : {
|
1092 | 1092 | "<others>" : {
|
1093 |
| - "cflags" : [] |
| 1093 | + "cflags" : ["-O3"] |
1094 | 1094 | }
|
1095 | 1095 | },
|
1096 | 1096 | "solaris" : {
|
1097 | 1097 | "<others>" : {
|
1098 |
| - "cflags" : ["-g", "-Wall", "-Werror", "-m64", "-pthread"], |
| 1098 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror", "-m64", "-pthread"], |
1099 | 1099 | "ldflags" : ["-m64", "-pthread"],
|
1100 | 1100 | "ldlibs" : ["-lm"],
|
1101 | 1101 | },
|
1102 | 1102 | },
|
1103 | 1103 | "<others>" : {
|
1104 | 1104 | "<others>" : {
|
1105 |
| - "cflags" : ["-g", "-Wall", "-Werror", "-pthread"], |
| 1105 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror", "-pthread"], |
1106 | 1106 | "ldflags" : ["-pthread"],
|
1107 | 1107 | "ldlibs" : ["-lm"],
|
1108 | 1108 | },
|
|
1120 | 1120 | "os_arch" : {
|
1121 | 1121 | "windows" : {
|
1122 | 1122 | "<others>" : {
|
1123 |
| - "cflags" : [] |
| 1123 | + "cflags" : ["-O3"] |
1124 | 1124 | }
|
1125 | 1125 | },
|
1126 | 1126 | "solaris" : {
|
1127 | 1127 | "<others>" : {
|
1128 |
| - "cflags" : ["-g", "-Wall", "-Werror", "-m64"], |
| 1128 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror", "-m64"], |
1129 | 1129 | },
|
1130 | 1130 | },
|
1131 | 1131 | "<others>" : {
|
1132 | 1132 | "<others>" : {
|
1133 |
| - "cflags" : ["-g", "-Wall", "-Werror"], |
| 1133 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror"], |
1134 | 1134 | },
|
1135 | 1135 | },
|
1136 | 1136 | },
|
|
1348 | 1348 | "os_arch" : {
|
1349 | 1349 | "windows" : {
|
1350 | 1350 | "<others>" : {
|
1351 |
| - "cflags" : [] |
| 1351 | + "cflags" : ["-O3"] |
1352 | 1352 | }
|
1353 | 1353 | },
|
1354 | 1354 | "linux" : {
|
1355 | 1355 | "<others>" : {
|
1356 |
| - "cflags" : ["-g", "-Wall", "-Werror", "-D_GNU_SOURCE"], |
| 1356 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror", "-D_GNU_SOURCE"], |
1357 | 1357 | "ldlibs" : ["-ldl"],
|
1358 | 1358 | },
|
1359 | 1359 | },
|
1360 | 1360 | "<others>" : {
|
1361 | 1361 | "<others>" : {
|
1362 |
| - "cflags" : ["-g", "-Wall", "-Werror"], |
| 1362 | + "cflags" : ["-g", "-O3", "-Wall", "-Werror"], |
1363 | 1363 | "ldlibs" : ["-ldl"],
|
1364 | 1364 | },
|
1365 | 1365 | },
|
|
0 commit comments