Skip to content

Commit

Permalink
- changed the default buildtype for linux back to RelWithDebInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Walther committed Aug 31, 2015
1 parent 890f7b4 commit 6e76cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -30,7 +30,7 @@ BASE_LIB=@BASE_LIB@
PCH_FILE=@PCH_FILE@
H_FILE=@H_FILE@
BUILD_TYPE=@BUILD_TYPE@
SYSTEM_CFLAGS=@SYSTEM_CFLAGS@
SYSTEM_CFLAGS=@SYSTEM_CFLAGS@ @CMAKE_C_FLAGS@
ADDITIONAL_DEFINES=@ADDITIONAL_DEFINES@

SCOREP_INCLUDE=@SCOREP_INCLUDE_@
Expand Down
5 changes: 3 additions & 2 deletions SimulationRuntime/cpp/configure.ac
Expand Up @@ -25,8 +25,9 @@ SCOREP_HOME=""
FMU_KINSOL="no"
PARALLEL_OUTPUT="no"
LOGGER="yes"
CMAKE_COMMANDS="CC=\"${CC}\" CXX=\"${CXX}\" CFLAGS=\"${CFLAGS}\" CXXFLAGS=\"${CXXFLAGS}\""
CMAKE_BUILDTYPE="Debug"
#CMAKE_COMMANDS="CC=\"${CC}\" CXX=\"${CXX}\" CFLAGS=\"${CFLAGS}\" CXXFLAGS=\"${CXXFLAGS}\""
CMAKE_COMMANDS="CC=\"${CC}\" CXX=\"${CXX}\""
CMAKE_BUILDTYPE="RelWithDebInfo"

AC_SUBST(BOOST_STATIC_LINKING_COMMAND)
AC_SUBST(BOOST_REALPATHS_COMMAND)
Expand Down

0 comments on commit 6e76cee

Please sign in to comment.