Skip to content

Commit

Permalink
Merge pull request #219 from dartsim/dart-4.1_debian
Browse files Browse the repository at this point in the history
Set default debian build type to RelWithDebInfo
  • Loading branch information
jslee02 committed Jul 9, 2014
2 parents 47481df + 51f6157 commit 3daa4c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option(BUILD_CORE_ONLY "Build only the core of DART" OFF)
if(MSVC)
set(RUNTIME_LIBRARY "/MD" CACHE STRING "BaseName chosen by the user at CMake configure time")
set_property(CACHE RUNTIME_LIBRARY PROPERTY STRINGS /MD /MT)
elseif()
else()
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
endif()

Expand Down
4 changes: 4 additions & 0 deletions debian/rules
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo

%:
dh $@

0 comments on commit 3daa4c7

Please sign in to comment.