Skip to content
Snippets Groups Projects
Commit c6cbb0a5 authored by Tiago Peixoto's avatar Tiago Peixoto
Browse files

Remove debugging flags

parent efc6692c
Branches
No related tags found
No related merge requests found
CXX=g++
CXXFLAGS=-O0 -g -fopenmp -std=gnu++17 -Wall -fPIC -DPIC `pkg-config --cflags graph-tool-py` -DBOOST_ALLOW_DEPRECATED_HEADERS -DNDEBUG
CXXFLAGS=-O3 -fopenmp -std=gnu++17 -Wall -fPIC -DPIC `pkg-config --cflags graph-tool-py` -DBOOST_ALLOW_DEPRECATED_HEADERS -DNDEBUG
LDFLAGS=`pkg-config --libs graph-tool-py` -shared
SOURCES=$(shell echo *.cc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment