make: c++14 and -O2
This commit is contained in:
parent
1d0ba81e49
commit
4199393153
4
makefile
4
makefile
@ -1,8 +1,8 @@
|
|||||||
debug: test.cpp magyarsort.h
|
debug: test.cpp magyarsort.h
|
||||||
g++ test.cpp -g -o test.out
|
g++ test.cpp -g -std=c++14 -o test.out
|
||||||
|
|
||||||
release: test.cpp magyarsort.h
|
release: test.cpp magyarsort.h
|
||||||
g++ test.cpp -o test.out
|
g++ test.cpp -o -std=c++14 -O2 test.out
|
||||||
|
|
||||||
clean: test.out
|
clean: test.out
|
||||||
rm test.out
|
rm test.out
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user