Skip to content

Commit

Permalink
NDBUG
Browse files Browse the repository at this point in the history
NDBUG flag added
  • Loading branch information
gonzalogacc committed May 9, 2016
1 parent c5f044e commit bb018e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8)
project (w2rap-contigger)

## Compiler flags
SET(CMAKE_CXX_FLAGS "-g -fopenmp -fpermissive -w -Wno-deprecated -std=c++11 -Ofast -lz")
SET(CMAKE_CXX_FLAGS "-g -fopenmp -fpermissive -w -Wno-deprecated -std=c++11 -Ofast -lz -DNDEBUG")
#SET(CMAKE_CXX_LINK_EXECUTABLE "/usr/bin/ld")
add_definitions(${CMAKE_CXX_FLAGS})

Expand Down

0 comments on commit bb018e0

Please sign in to comment.