Skip to content

Commit 3e242ef

Browse files
authored
Switch gtsam build type to RelWithDebInfo
1 parent 8544b08 commit 3e242ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN python3 -m pip install -U -r /usr/src/gtsam/python/requirements.txt
7676

7777
# Run cmake
7878
RUN cmake \
79-
-DCMAKE_BUILD_TYPE=Release \
79+
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
8080
-DGTSAM_WITH_EIGEN_MKL=OFF \
8181
-DGTSAM_BUILD_EXAMPLES_ALWAYS=OFF \
8282
-DGTSAM_BUILD_TIMING_ALWAYS=OFF \

0 commit comments

Comments
 (0)