Respect user-set optimization flags

The build should respect optimization flags set by the user
This commit is contained in:
Dmitry Marakasov 2017-06-26 22:17:40 +03:00 committed by GitHub
parent 816a868d94
commit ded88f4c36
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ dist_doc_DATA = README.md
hyperrogue_SOURCES = hyper.cpp savepng.c
# Some definitions used in graph.cpp
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\" -O2
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\"
# Musicdir
musicdir=$(datadir)/hyperrogue/music