X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=3b_sim%2FMakefile.flags;h=8e156266e0e06645905c92a502f275fcde3094e1;hb=HEAD;hp=23cf2723ab098c80c6c26a9d7e62ebb50665e5a2;hpb=a967ddf17c76117055b91f20f6cc53279f2cfd20;p=calu.git diff --git a/3b_sim/Makefile.flags b/3b_sim/Makefile.flags index 23cf272..8e15626 100644 --- a/3b_sim/Makefile.flags +++ b/3b_sim/Makefile.flags @@ -3,10 +3,10 @@ OSTYPE = $(shell lsb_release -i -s | tr -d "\n") ifeq ("$(OSTYPE)", "CentOS") CC := g++44 -CPPPROGOPT :=-rdynamic -ldl -lboost_program_options-gcc41-mt-1_37 -lreadline -lcurses +CPPPROGOPT :=-rdynamic -ldl -lboost_program_options-gcc41-mt-1_37 -lboost_regex-gcc41-mt-1_37 -lreadline -lcurses else CC := g++ -CPPPROGOPT :=-rdynamic -ldl -lboost_program_options -lreadline +CPPPROGOPT :=-rdynamic -ldl -lboost_program_options -lboost_regex -lreadline endif CPPFLAGS := -g3 -O2 -std=c++0x -Wnon-virtual-dtor -Weffc++ -pedantic -Werror -Wall -Wextra -W -Wshadow -fno-common -pedantic-errors -Wpointer-arith -Wcast-qual -Wcast-align -Woverloaded-virtual -Wswitch-default -Wempty-body -Wlogical-op