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

fd_t: Refactor and fixes #68

Merged
merged 9 commits into from
Jun 5, 2023
Merged
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
if: github.repository == 'bad-alloc-heavy-industries/substrate' && matrix.cpp_std > 11
run: |
Remove-Item -Recurse build
meson setup build --prefix=$HOME/.local -Dcpp_std=c++${{ matrix.cpp_std }} -Db_coverage=true --buildtype=debug
meson setup build --prefix=$HOME/.local -Dcpp_std=c++${{ matrix.cpp_std }} -Db_coverage=true --buildtype=debug -Ddefault_library=static
meson compile -C build
meson test -C build
- name: Upload failure logs
Expand Down
2 changes: 1 addition & 1 deletion impl/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ if library_type == 'static' and isWindows
endif

if isWindows
libSubstrateArgs += cxx.get_supported_arguments('/permissive-')
libSubstrateArgs += cxx.get_supported_arguments('/permissive-', '/Zc:inline')

rcCfg = configuration_data()
if cxx.get_id() == 'msvc' or cxx.get_id() == 'clang-cl'
Expand Down
62 changes: 0 additions & 62 deletions substrate/advanced/fd

This file was deleted.

Loading
Loading