|
821 | 821 | "<others>": { |
822 | 822 | "cflags": [ |
823 | 823 | "-DHPY_ABI_HYBRID", "-DHPY_EMBEDDED_MODULES", "-DNDEBUG", "-DMS_WINDOWS", |
824 | | - # cflags equivalent to -g -O3 -Wall (/W3, could be /Wall) -Werror (/WX) |
825 | | - "-D_CRT_SECURE_NO_WARNINGS", "/Z7", "/O2", "/W3", "/WX", |
| 824 | + # cflags equivalent to -O3 -Wall (/W3, could be /Wall) -Werror (/WX) |
| 825 | + "-D_CRT_SECURE_NO_WARNINGS", "/O2", "/W3", "/WX", |
826 | 826 | "-I\"<path:com.oracle.graal.python.cext>/include\"", |
827 | 827 | "-I\"<path:com.oracle.graal.python.cext>/include/internal\"", |
828 | 828 | "-I\"<path:com.oracle.graal.python.cext>/src\"", |
|
857 | 857 | "deliverable": "zsupport", |
858 | 858 | "buildDependencies": [], |
859 | 859 | "cflags": [ |
860 | | - "-DNDEBUG", "-g", "-O3", "-Werror", |
| 860 | + "-DNDEBUG", "-O3", "-Werror", |
861 | 861 | ], |
862 | 862 | "ldlibs": ["-lz"], |
863 | 863 | "os_arch": { |
864 | 864 | "windows": { |
865 | 865 | "<others>": { |
866 | | - # "/Z7", "/O2", "/WX", # cflags to replace -g -O3 -Werror |
| 866 | + # "/O2", "/WX", # cflags to replace -O3 -Werror |
867 | 867 | "defaultBuild": False, |
868 | 868 | }, |
869 | 869 | }, |
|
881 | 881 | "deliverable": "posix", |
882 | 882 | "buildDependencies": [], |
883 | 883 | "cflags": [ |
884 | | - "-DNDEBUG", "-g", "-O3", "-Wall", "-Werror", |
| 884 | + "-DNDEBUG", "-O3", "-Wall", "-Werror", |
885 | 885 | ], |
886 | 886 | "os_arch": { |
887 | 887 | "windows": { |
888 | 888 | "<others>": { |
889 | | - # "/Z7", "/O2", "/WX", # cflags to replace -g -O3 -Werror |
| 889 | + # "/O2", "/WX", # cflags to replace -O3 -Werror |
890 | 890 | "defaultBuild": False, |
891 | 891 | }, |
892 | 892 | }, |
|
0 commit comments