Skip to content

Commit 5344fb1

Browse files
committed
Drop surro-gate CFLAGS after v1.0.6
Drop the bundle config cflags documentation now that v1.0.6 fixes the pointer casting.
1 parent 3c623af commit 5344fb1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

developer_setup.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -222,18 +222,6 @@ bin/setup
222222

223223
- macOS requires platform specific Gems. Run `bundle config specific_platform true` before running `bin/setup`.
224224

225-
- The `surro-gate` gem contains C code which generates errors on some compilers.
226-
227-
You can add build flags to your bundler config:
228-
```
229-
bundle config set build.surro-gate --with-cflags=\"-Wno-error=incompatible-pointer-types\"
230-
```
231-
232-
Or use `gem install`:
233-
```
234-
gem install surro-gate -- --with-cflags="-Wno-error=incompatible-pointer-types"
235-
```
236-
237225
- If you've run PostgreSQL in a container, be sure to export the `DATABASE_URL` variable to connect to the container over TCP instead of a UNIX file socket.
238226
239227
```bash

0 commit comments

Comments
 (0)