add docs and change to -O2

This commit is contained in:
bookug 2016-10-12 22:17:14 +08:00
parent 37bcc8602b
commit 631776f57a
4 changed files with 2 additions and 2 deletions

Binary file not shown.

BIN
docs/latex/gStore_help.pdf Normal file

Binary file not shown.

Binary file not shown.

View File

@ -21,8 +21,8 @@ CC = g++
#NOTICE: -O2 is recommended, while -O3 is dangerous
#when developing, not use -O because it will disturb the normal
#routine. use it for test and release.
CFLAGS = -c -Wall -g #-pg #-O2
EXEFLAG = -g #-pg #-O2
CFLAGS = -c -Wall -O2
EXEFLAG = -O2
# paths