Skip to content

Commit

Permalink
Update Makefile.RASPI
Browse files Browse the repository at this point in the history
  • Loading branch information
djdiskmachine authored Sep 10, 2024
1 parent 46451af commit a665d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/Makefile.RASPI
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ DEFINES := \
-DPLATFORM_$(PLATFORM) \
-DCPP_MEMORY \
-D_NDEBUG \
-D_NO_JACK_ \
-D_NO_JACK_ \
-D__LINUX_ALSA__ \
-D__LINUX_ALSASEQ__
-D__LINUX_ALSASEQ__

CFLAGS := -O3 -Wall $(DEFINES) -I/usr/local/include -I$(PWD)/../sources
CXXFLAGS:= $(CFLAGS)
Expand Down

0 comments on commit a665d88

Please sign in to comment.