Browse Source

c++11 is not recognized by gcc 4.6. rolled back to c++0x

pull/100/head
orignal 10 years ago
parent
commit
cdaa72e664
  1. 2
      Makefile.linux

2
Makefile.linux

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
CC = g++
CFLAGS = -g -Wall -std=c++11
CFLAGS = -g -Wall -std=c++0x
include filelist.mk
INCFLAGS =
LDFLAGS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread

Loading…
Cancel
Save