Skip to content

Commit

Permalink
remove split-stack just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 5, 2023
1 parent 411a9b4 commit 8a15d53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frankenphp.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ package frankenphp
//go:generate rm -Rf C-Thread-Pool/.git C-Thread-Pool/.circleci C-Thread-Pool/docs C-Thread-Pool/tests

// #cgo CFLAGS: -Wall -Werror
// #cgo linux_amd64 CFLAGS: -fsplit-stack
// #cgo CFLAGS: -I/usr/local/include/php -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -I/usr/local/include/php/main
// #cgo linux CFLAGS: -D_GNU_SOURCE
// #cgo LDFLAGS: -L/usr/local/lib -L/opt/homebrew/opt/libiconv/lib -L/usr/lib -lphp -lxml2 -lresolv -lsqlite3 -ldl -lm -lutil
Expand Down

0 comments on commit 8a15d53

Please sign in to comment.