sim: fixed misc things
[calu.git] / 3b_sim / Makefile.flags
1 CC := g++
2
3 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
4
5 CPPPROGOPT=-rdynamic -ldl -lboost_program_options
6 CPPLIBOPT=-shared