Skip to content

Commit

Permalink
add compile flags" C++11; optimize, and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cmosher01 committed Dec 17, 2013
1 parent 3ad01f0 commit 500be66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ METASOURCES=AUTO

bin_PROGRAMS=epple2

AM_CXXFLAGS=-std=c++11 -Wall -O3
AM_CPPFLAGS=$(all_includes)
epple2_LDFLAGS=$(all_libraries)

Expand Down

0 comments on commit 500be66

Please sign in to comment.