Skip to content

Commit

Permalink
For cross platform build, disable inline attribute for netbsd build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Aug 22, 2024
1 parent d6ee58b commit 59b1b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cross_platform_os: "netbsd"
cross_platform_arch: "x86-64"
cross_platform_version: "10.0"
cross_platform_config: "--enable-checking --disable-flto --with-libevent=no"
cross_platform_config: "--enable-checking --disable-flto --with-libevent=no CFLAGS=-D__NO_INLINE__"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 59b1b99

Please sign in to comment.