• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

? Zyn 1.0.2 Released — Smarter Builds, Powerful Debugging, Cleaner Workflow

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
We’re excited to announce Zyn 1.0.2, a major update to our lightweight C/C++ build system tailored for simplicity, speed, and power. This release brings smarter dependency management, enhanced build optimizations, and improved developer tooling.

✨ What’s New in Zyn 1.0.2

  1. ? Add Dependencies with zyn add You can now easily add Git-based dependencies to your project using a simple command: zyn add

    Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.


The dependency will be automatically cloned into the dependencies directory and used during the build process.

2. ? Pin Specific Versions via

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.


Need a specific version or tag? Just append @<version> to the URL:
zyn add

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



Zyn will clone the repository and check out the specified version automatically.

3. ? Clean Projects Easily with zyn clean
Clear all build files and dependencies with a single command:
zyn clean

This command resets your project to a clean state, perfect for fresh builds or CI/CD pipelines.

⚡ Release Mode: Maximum Performance
The release build mode now applies aggressive compiler optimizations for performance-critical builds:
-O3 -DNDEBUG -flto -march=native -funroll-loops \
-fomit-frame-pointer -fno-exceptions -fno-rtti \
-finline-functions -fprefetch-loop-arrays \
-Wl,--gc-sections -s -fvisibility=hidden

These flags enable link-time optimization, function inlining, loop unrolling, and remove unused symbols — ideal for production-ready binaries.

? Debug Mode: Maximum Insight
When building in debug mode, Zyn now provides detailed diagnostics to support developers:


  • Debug Symbols: Included via -g -O0


  • Linter Execution: If enabled, Zyn runs your configured linter (e.g., clang-tidy) with full warnings, optionally treated as errors.


  • Static Analysis: Automatically runs cppcheck with --enable=all, --inconclusive, and --force when configured.


  • Verbose Logging: All executed commands are printed to the console for transparency and troubleshooting.

This makes debug mode perfect for catching bugs early and improving code quality.

? Optional Profiling Integration

If you configure a profiling tool (e.g., valgrind), Zyn will automatically run your binary under it — unless in release mode.

? Summary
Zyn 1.0.2 is a focused release that improves developer experience, performance tuning, and project hygiene. Whether you're debugging complex systems or shipping high-performance apps, Zyn now gives you better control and visibility.

?️ Zyn — Small binary. Smart builds.

Update to version 1.0.2 today and supercharge your C/C++ projects!


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу