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

Non-portable compilation flags #5

Closed
kotbegemot opened this issue Aug 12, 2019 · 4 comments
Closed

Non-portable compilation flags #5

kotbegemot opened this issue Aug 12, 2019 · 4 comments
Assignees

Comments

@kotbegemot
Copy link

https://github.com/izvolov/mylib/blob/master/CMakeLists.txt#L27

    -Werror

    -Wall
    -Wextra
    -Wpedantic

    -Wcast-align
    -Wcast-qual
    -Wconversion
    -Wctor-dtor-privacy
    -Wenum-compare
    -Wfloat-equal
    -Wnon-virtual-dtor
    -Wold-style-cast
    -Woverloaded-virtual
    -Wredundant-decls
    -Wsign-conversion
    -Wsign-promo
)```
@izvolov
Copy link
Owner

izvolov commented Aug 12, 2019

А есть какой-нибудь простой способ запустить сборку под Виндой не имея этой самой Винды?

@kotbegemot
Copy link
Author

Virtual machines will help in this matter.
For simplicity, you can try using : https://github.com/marketplace/appveyor

@izvolov
Copy link
Owner

izvolov commented Aug 15, 2019

Есть конкретная инструкция по сборке на своей машине CMake-проекта под виндой без необходимости установки VS и т.п.? Не могу найти.
Через онлайн-сервис я замучаюсь это делать.

@izvolov izvolov self-assigned this Aug 15, 2019
izvolov added a commit that referenced this issue Aug 16, 2019
refs #5 Компилируемость под Виндой
@izvolov
Copy link
Owner

izvolov commented Aug 16, 2019

Готово.

@izvolov izvolov closed this as completed Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants