@@ -5,7 +5,7 @@ add_entrypoint_object(
55 HDRS
66 ../creal.h
77 COMPILE_OPTIONS
8- -O3
8+ ${libc_opt_high_flag}
99 DEPENDS
1010 libc.src.__support.CPP.bit
1111 libc.src.__support.complex_type
@@ -18,7 +18,7 @@ add_entrypoint_object(
1818 HDRS
1919 ../crealf.h
2020 COMPILE_OPTIONS
21- -O3
21+ ${libc_opt_high_flag}
2222 DEPENDS
2323 libc.src.__support.CPP.bit
2424 libc.src.__support.complex_type
@@ -31,7 +31,7 @@ add_entrypoint_object(
3131 HDRS
3232 ../creall.h
3333 COMPILE_OPTIONS
34- -O3
34+ ${libc_opt_high_flag}
3535 DEPENDS
3636 libc.src.__support.CPP.bit
3737 libc.src.__support.complex_type
@@ -44,7 +44,7 @@ add_entrypoint_object(
4444 HDRS
4545 ../crealf16.h
4646 COMPILE_OPTIONS
47- -O3
47+ ${libc_opt_high_flag}
4848 DEPENDS
4949 libc.src.__support.CPP.bit
5050 libc.src.__support.complex_type
@@ -59,7 +59,7 @@ add_entrypoint_object(
5959 HDRS
6060 ../crealf128.h
6161 COMPILE_OPTIONS
62- -O3
62+ ${libc_opt_high_flag}
6363 DEPENDS
6464 libc.src.__support.CPP.bit
6565 libc.src.__support.complex_type
@@ -74,7 +74,7 @@ add_entrypoint_object(
7474 HDRS
7575 ../cimag.h
7676 COMPILE_OPTIONS
77- -O3
77+ ${libc_opt_high_flag}
7878 DEPENDS
7979 libc.src.__support.CPP.bit
8080 libc.src.__support.complex_type
@@ -87,7 +87,7 @@ add_entrypoint_object(
8787 HDRS
8888 ../cimagf.h
8989 COMPILE_OPTIONS
90- -O3
90+ ${libc_opt_high_flag}
9191 DEPENDS
9292 libc.src.__support.CPP.bit
9393 libc.src.__support.complex_type
@@ -100,7 +100,7 @@ add_entrypoint_object(
100100 HDRS
101101 ../cimagl.h
102102 COMPILE_OPTIONS
103- -O3
103+ ${libc_opt_high_flag}
104104 DEPENDS
105105 libc.src.__support.CPP.bit
106106 libc.src.__support.complex_type
@@ -113,7 +113,7 @@ add_entrypoint_object(
113113 HDRS
114114 ../cimagf16.h
115115 COMPILE_OPTIONS
116- -O3
116+ ${libc_opt_high_flag}
117117 DEPENDS
118118 libc.src.__support.CPP.bit
119119 libc.src.__support.complex_type
@@ -128,7 +128,7 @@ add_entrypoint_object(
128128 HDRS
129129 ../cimagf128.h
130130 COMPILE_OPTIONS
131- -O3
131+ ${libc_opt_high_flag}
132132 DEPENDS
133133 libc.src.__support.CPP.bit
134134 libc.src.__support.complex_type
0 commit comments