Compare commits

...

4 Commits

3 changed files with 6 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "robtk"]
path = robtk
url = git://github.com/x42/robtk
url = ../robtk

View File

@ -10,7 +10,11 @@ MANDIR ?= $(PREFIX)/share/man/man1
# see http://lv2plug.in/pages/filesystem-hierarchy-standard.html, don't use libdir
LV2DIR ?= $(PREFIX)/lib/lv2
ifeq ($(shell uname -m),aarch64)
OPTIMIZATIONS ?= -O3 -ffast-math -fomit-frame-pointer -fno-finite-math-only -DNDEBUG
else
OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
endif
CXXFLAGS ?= -Wall -g -Wno-unused-function
PKG_CONFIG?=pkg-config

2
robtk

@ -1 +1 @@
Subproject commit 1d870226b638a8551cc6cae87a61dcd4527a69a5
Subproject commit 6521d58df61d02bd055912a1a1d4ee48b56646e7