Skip to content

Commit 8a61247

Browse files
committed
Journal paper experiments.
1 parent 80345bb commit 8a61247

File tree

8 files changed

+401
-119
lines changed

8 files changed

+401
-119
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC = g++
2-
CFLAGS = -std=c++0x -O4 -march=native -mtune=native
2+
CFLAGS = -std=c++0x -O2 -march=native -mtune=native
33
#CFLAGS = -std=c++0x -O0 -ggdb
44
LDFLAGS = -L/opt/local/lib -lpthread -lboost_system-mt -lboost_thread-mt -lboost_timer-mt #-lrt
55

0 commit comments

Comments
 (0)