forked from KolibriOS/kolibrios
Version of c-- compiler executable in repo is similar to autobuild server, but c--.ini is different and have mistakes that cause compilation bugs.
For example, if you try to compile sysmon app on commit 8f7ee79 or previous, CPU load of all processes will be displayed as 0%.
And if you try to display load in cycles, it will display some big negative value, like it's integer type got overflowed.
This commit adds proper version from autobuild server, allowing to compile C-- programs without such bugs.
12 lines
525 B
INI
12 lines
525 B
INI
; В этом файле можно изменить настройки компилятора по умолчанию.
|
||
J0 ; не делать начальный jump на main()
|
||
r- ; запретить изменение доступной памяти в *.com файлах
|
||
X ; запретить включение в выходной файл надписи SPHINXC--
|
||
4 ; компилировать код для 80386 процессора
|
||
oc ; опримизация по размеру кода
|
||
w ; выдавать предупреждения
|
||
de ; использовать временное расширение типа при делении
|
||
ON ; включить оптимизацию чисел
|
||
ost ; оптимизировать текстовые константы
|
||
;dos4gw
|
||
;env |