Skip to content

Commit ded88f4

Browse files
authored
Respect user-set optimization flags
The build should respect optimization flags set by the user
1 parent 816a868 commit ded88f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dist_doc_DATA = README.md
66
hyperrogue_SOURCES = hyper.cpp savepng.c
77

88
# Some definitions used in graph.cpp
9-
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\" -O2
9+
hyperrogue_CPPFLAGS = -DFONTDESTDIR=\"$(pkgdatadir)/DejaVuSans-Bold.ttf\" -DMUSICDESTDIR=\"$(pkgdatadir)/hyperrogue-music.txt\" -DSOUNDDESTDIR=\"$(pkgdatadir)/sounds/\"
1010

1111
# Musicdir
1212
musicdir=$(datadir)/hyperrogue/music

0 commit comments

Comments
 (0)