mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-09 10:29:45 +00:00
add compile flags" C++11; optimize, and warnings
This commit is contained in:
parent
3ad01f07e5
commit
500be66a0b
@ -4,6 +4,7 @@ METASOURCES=AUTO
|
|||||||
|
|
||||||
bin_PROGRAMS=epple2
|
bin_PROGRAMS=epple2
|
||||||
|
|
||||||
|
AM_CXXFLAGS=-std=c++11 -Wall -O3
|
||||||
AM_CPPFLAGS=$(all_includes)
|
AM_CPPFLAGS=$(all_includes)
|
||||||
epple2_LDFLAGS=$(all_libraries)
|
epple2_LDFLAGS=$(all_libraries)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user