Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i2pd: remove unused USE_AVX flag, mark as broken on darwin #351445

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2024

  1. i2pd: remove unused USE_AVX flag

    Since release 2.35 that flag has been removed. Therefore we remove it
    to avoid confusion.
    
    https://github.com/PurpleI2P/i2pd/releases/tag/2.35.0
    nagy committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e4a2ef5 View commit details
    Browse the repository at this point in the history
  2. i2pd: mark as broken on darwin

    Currently fails with error:
    
    ```
    libi2pd/FS.h:21:10: error: 'TARGET_OS_SIMULATOR' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
                   ^
    1 error generated.
    ```
    nagy committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a178d8d View commit details
    Browse the repository at this point in the history