Skip to content

Commit

Permalink
Remove CGO flag for PulseAudio support
Browse files Browse the repository at this point in the history
  • Loading branch information
tphakala committed Mar 4, 2024
1 parent 28f569c commit f894076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ ifeq ($(TARGETPLATFORM),linux/arm64)
endif

# Common flags
CGO_FLAGS := CGO_ENABLED=1 CGO_CFLAGS="-I$(HOME)/src/tensorflow -DMA_NO_PULSEAUDIO"
#CGO_FLAGS := CGO_ENABLED=1 CGO_CFLAGS="-I$(HOME)/src/tensorflow -DMA_NO_PULSEAUDIO"
CGO_FLAGS := CGO_ENABLED=1 CGO_CFLAGS="-I$(HOME)/src/tensorflow"
LDFLAGS := -ldflags "-s -w"

# Default build for local development
Expand Down

0 comments on commit f894076

Please sign in to comment.