|
29 | 29 | <if property="GDB" value="0">
|
30 | 30 | <if property="OPTIMIZE" value="1">
|
31 | 31 | <compilerflag>-Os</compilerflag>
|
32 |
| - <compilerflag>-Wno-strict-aliasing</compilerflag> |
33 | 32 | <compilerflag>-ftracer</compilerflag>
|
34 | 33 | <compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
35 | 34 | <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
36 | 35 | </if>
|
37 | 36 | <if property="OPTIMIZE" value="2">
|
38 | 37 | <compilerflag>-Os</compilerflag>
|
39 |
| - <compilerflag>-Wno-strict-aliasing</compilerflag> |
40 | 38 | <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
41 | 39 | </if>
|
42 | 40 | <if property="OPTIMIZE" value="3">
|
43 | 41 | <compilerflag>-O1</compilerflag>
|
44 |
| - <compilerflag>-Wno-strict-aliasing</compilerflag> |
45 | 42 | <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
46 | 43 | </if>
|
47 | 44 | <if property="OPTIMIZE" value="4">
|
48 | 45 | <compilerflag>-O2</compilerflag>
|
49 |
| - <compilerflag>-Wno-strict-aliasing</compilerflag> |
50 | 46 | <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
51 | 47 | </if>
|
52 | 48 | <if property="OPTIMIZE" value="5">
|
53 | 49 | <compilerflag>-O3</compilerflag>
|
54 |
| - <compilerflag>-Wno-strict-aliasing</compilerflag> |
55 | 50 | <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
56 | 51 | </if>
|
57 | 52 | </if>
|
58 | 53 |
|
| 54 | + <compilerflag>-Wno-strict-aliasing</compilerflag> |
59 | 55 | <compilerflag>-Wpointer-arith</compilerflag>
|
60 | 56 | <linkerflag>-enable-stdcall-fixup</linkerflag>
|
61 | 57 |
|
|
0 commit comments