Files
kolibrios/programs/cmm/c--/c--.ini
Taldariner 50220d0cd9 C--: added proper ini file
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.
2025-02-06 17:34:44 +02:00

12 lines
525 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
; В этом файле можно изменить настройки компилятора по умолчанию.
J0 ; не делать начальный jump на main()
r- ; запретить изменение доступной памяти в *.com файлах
X ; запретить включение в выходной файл надписи SPHINXC--
4 ; компилировать код для 80386 процессора
oc ; опримизация по размеру кода
w ; выдавать предупреждения
de ; использовать временное расширение типа при делении
ON ; включить оптимизацию чисел
ost ; оптимизировать текстовые константы
;dos4gw
;env