summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-11-23 22:10:18 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-11-23 22:10:18 +0100
commit83a075f7c6ff6e8ca3a8a8b0d874c32cb895ce7d (patch)
tree31bc5c8c0dea94357223cf75da5fa2da9c5b635c
parentc400a7096632b7c4507021d0f80c2216be309402 (diff)
Set SSE_CORRECT_DENORMALS to 0
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 94fd687..a4088d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,8 @@ OCTAVE_HOSTTYPE = $(shell octave-config -p CANONICAL_HOST_TYPE)
OCTAVE_API_VERSION = $(shell octave-config -p API_VERSION)
OCTAVE_FULLBPATH = $(OCTAVE_BPATH)/openems-0.0.35/$(OCTAVE_HOSTTYPE)-$(OCTAVE_API_VERSION)
+export CXXFLAGS="$(CXXFLAGS) -DSSE_CORRECT_DENORMALS=0"
+
%:
dh $@