Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Jan 14, 2024
1 parent 2ef791c commit 712611e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
build_type: 'Release'
flags: '-std=c++23 -Wa,-mbig-obj -msse2'

- arch: 'x86'
build_type: 'Release'
flags: '-std=c++23 -Wa,-mbig-obj -msse2'

- arch: 'x86'
build_type: 'Release'
flags: '-std=c++23 -Wa,-mbig-obj -fno-rtti -DMOMO_USE_SAFE_MAP_BRACKETS -DMOMO_USE_UNORDERED_HINT_ITERATORS -DMOMO_DISABLE_TYPE_INFO'
# - arch: 'x86'
# build_type: 'Release'
# flags: '-std=c++23 -Wa,-mbig-obj -msse2'
#
# - arch: 'x86'
# build_type: 'Release'
# flags: '-std=c++23 -Wa,-mbig-obj -fno-rtti -DMOMO_USE_SAFE_MAP_BRACKETS -DMOMO_USE_UNORDERED_HINT_ITERATORS -DMOMO_DISABLE_TYPE_INFO'

runs-on: windows-2022

Expand Down

0 comments on commit 712611e

Please sign in to comment.