File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
CC =g++
2
- CFLAGS=-std =c++11 -g -Wall -pthread -I./
2
+ CFLAGS=-std =c++11 -g -Wall -pthread -I./ -O2
3
3
LDFLAGS = -lpthread -ltbb -lpmemobj -lpmem
4
4
SUBDIRS =core db storeds
5
5
SUBSRCS =$(wildcard core/* .cc) $(wildcard db/* .cc) $(wildcard storeds/* .cc)
Original file line number Diff line number Diff line change 1
1
CC =g++
2
- CFLAGS=-std =c++11 -c -g -Wall
2
+ CFLAGS=-std =c++11 -c -g -Wall -O2
3
3
SOURCES =$(wildcard * .cc)
4
4
OBJECTS=$(SOURCES:.cc =.o)
5
5
Original file line number Diff line number Diff line change 1
1
CC =g++
2
- CFLAGS=-std =c++11 -c -g -Wall -fgnu-tm
2
+ CFLAGS=-std =c++11 -c -g -Wall -fgnu-tm -O2
3
3
INCLUDES =-I../
4
4
SOURCES =$(wildcard * .cc)
5
5
OBJECTS=$(SOURCES:.cc =.o)
Original file line number Diff line number Diff line change 1
1
CC =g++
2
- CFLAGS=-std =c++11 -c -g -Wall -fgnu-tm
2
+ CFLAGS=-std =c++11 -c -g -Wall -fgnu-tm -O2
3
3
INCLUDES =-I../
4
4
SOURCES =$(wildcard * .cc)
5
5
OBJECTS=$(SOURCES:.cc =.o)
You can’t perform that action at this time.
0 commit comments