Skip to content

Commit

Permalink
chore: remove useless cgo directive
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 6, 2024
1 parent 26cfcc1 commit 2af8fd2
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 @@ -15,7 +15,6 @@ package frankenphp
// #cgo darwin pkg-config: libxml-2.0
// #cgo CFLAGS: -Wall -Werror -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
// #cgo CFLAGS: -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
// #cgo CFLAGS: -DTHREAD_NAME=frankenphp
// #cgo linux CFLAGS: -D_GNU_SOURCE
// #cgo CPPFLAGS: -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
// #cgo darwin LDFLAGS: -L/opt/homebrew/opt/libiconv/lib -liconv
Expand Down

0 comments on commit 2af8fd2

Please sign in to comment.