mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Updated CFLAGS in Tupfile
This commit is contained in:
parent
5f34e93b4d
commit
9eb7e1709d
1 changed files with 3 additions and 1 deletions
4
Tupfile
4
Tupfile
|
@ -1,9 +1,11 @@
|
|||
|
||||
# Tup build file for Luppp
|
||||
|
||||
CFLAGS += -g -Wall -march=native -msse -mfpmath=sse -ffast-math
|
||||
|
||||
INCLUDES += `pkg-config --cflags jack sndfile cairomm-1.0 ntk ntk_images`
|
||||
LDFLAGS += `pkg-config --libs jack sndfile cairomm-1.0 ntk ntk_images`
|
||||
|
||||
: foreach src/*.cxx src/observer/*.cxx src/dsp/*.cxx src/controller/*.cxx |> g++ -Wall -c %f $(INCLUDES) -o %o |> %B.o
|
||||
: foreach src/*.cxx src/observer/*.cxx src/dsp/*.cxx src/controller/*.cxx |> g++ $(CFLAGS) -c %f $(INCLUDES) -o %o |> %B.o
|
||||
|
||||
: *.o |> g++ %f $(LDFLAGS) -o %o |> luppp
|
||||
|
|
Loading…
Add table
Reference in a new issue