Navigation Menu

Skip to content

Commit

Permalink
Added -g3 to the compiler flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
vilya committed Oct 13, 2010
1 parent 204c74c commit 2bdd733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -30,7 +30,7 @@ file(GLOB VGL_EXTRAS test/*.cpp example/*.cpp)

# Compilation and linking properties.
set_source_files_properties(${VGL_SOURCES} ${VGL_EXTRAS}
COMPILE_FLAGS "${OpenMP_CXX_FLAGS}")
COMPILE_FLAGS "${OpenMP_CXX_FLAGS} -g3")
include_directories(src thirdparty
${GLUT_INCLUDE_DIR}
${JPEG_INCLUDE_DIR}
Expand Down

0 comments on commit 2bdd733

Please sign in to comment.