mirror of
https://github.com/reactos/reactos
synced 2025-10-06 16:32:42 +02:00
Compare commits
14 Commits
0.4.10-dev
...
backups/th
Author | SHA1 | Date | |
---|---|---|---|
|
093930a90a | ||
|
cba9af5894 | ||
|
4cb9febfe4 | ||
|
463ac7c104 | ||
|
5b3c650bd6 | ||
|
4245f11189 | ||
|
91754bc90f | ||
|
d516c8f8bb | ||
|
75178913ee | ||
|
97db021888 | ||
|
3a22d13497 | ||
|
d3a8b2c5b5 | ||
|
365510599d | ||
|
b751e3eacd |
@@ -67,7 +67,7 @@
|
||||
<include>include/dxsdk</include>
|
||||
<include root="intermediate">include/dxsdk</include>
|
||||
<include>include/crt</include>
|
||||
<include>include/crt/mingw32</include>
|
||||
<include>include/crt/msc</include>
|
||||
<include>include/ddk</include>
|
||||
<include>include/GL</include>
|
||||
<include>include/ndk</include>
|
||||
@@ -119,5 +119,5 @@
|
||||
<xi:include href="tools/tools.rbuild" />
|
||||
</directory>
|
||||
|
||||
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
|
||||
<compilerflag>@warnings.rsp</compilerflag>
|
||||
</group>
|
@@ -17,27 +17,41 @@
|
||||
<property name="NTOSKRNL_SHARED" value="-file-alignment=0x1000 -section-alignment=0x1000 -shared"/>
|
||||
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<!--
|
||||
<compilerflag>-Os</compilerflag>
|
||||
<compilerflag>-ftracer</compilerflag>
|
||||
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="2">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="3">
|
||||
-->
|
||||
<compilerflag>-O1</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="4">
|
||||
<if property="OPTIMIZE" value="2">
|
||||
<!--<compilerflag>-Os</compilerflag>-->
|
||||
<compilerflag>-O2</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="3">
|
||||
<!--<compilerflag>-O1</compilerflag>-->
|
||||
<compilerflag>-Ox</compilerflag>
|
||||
<compilerflag>-Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="4">
|
||||
<!--<compilerflag>-O2</compilerflag>-->
|
||||
<compilerflag>-Ox</compilerflag>
|
||||
<compilerflag>-Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="5">
|
||||
<compilerflag>-O3</compilerflag>
|
||||
<!--<compilerflag>-O3</compilerflag>-->
|
||||
<compilerflag>-Ox</compilerflag>
|
||||
<compilerflag>-Os</compilerflag>
|
||||
</if>
|
||||
|
||||
<!--
|
||||
<compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
||||
<compilerflag>-fno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
-->
|
||||
<compilerflag>-Oy-</compilerflag>
|
||||
<compilerflag>-GS-</compilerflag>
|
||||
<linkerflag>-disable-stdcall-fixup</linkerflag>
|
||||
|
||||
</project>
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user