Mercurial > hg > qm-dsp
comparison build/linux/Makefile.linux64 @ 447:20e6297c8394
Some notes toward moving primary to Github
| author | Chris Cannam <c.cannam@qmul.ac.uk> |
|---|---|
| date | Thu, 23 May 2019 15:18:24 +0100 |
| parents | 7425cb35ce8c |
| children | a15e2c4e111f |
comparison
equal
deleted
inserted
replaced
| 446:4852840b8a3c | 447:20e6297c8394 |
|---|---|
| 1 | 1 |
| 2 CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS | 2 CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS |
| 3 | 3 |
| 4 CXXFLAGS := $(CFLAGS) | 4 CXXFLAGS := $(CFLAGS) -std=c++98 |
| 5 | 5 |
| 6 include build/general/Makefile.inc | 6 include build/general/Makefile.inc |
| 7 | 7 |
