Skip to content

Commit e78982c

Browse files
committed
Try increase loop depth
1 parent 30f1b26 commit e78982c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
118118
linux_pipeline(
119119
"Linux 18.04 GCC 7 32",
120120
"cppalliance/droneubuntu1804:1",
121-
{ TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '03,11,14', ADDRMD: '32' },
121+
{ TOOLSET: 'gcc', COMPILER: 'g++', CXXSTD: '03,11,14', ADDRMD: '32', CXXFLAGS: "-fconstexpr-loop-limit=1048576" },
122122
"nload",
123123
),
124124

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
container: ubuntu:18.04
4949
install:
5050
- g++-7-multilib
51+
cxxflags: "-fconstexpr-loop-limit=1048576"
5152
- toolset: gcc-8
5253
cxxstd: "14,17,2a"
5354
address_model: 64

0 commit comments

Comments
 (0)