Skip to content

Commit e7b7b7c

Browse files
committed
Fix flag for pi build
1 parent 1c8035f commit e7b7b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pi/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.28)
22
project(Propulsion_2024)
33

44
set(CMAKE_CXX_STANDARD 14)
5-
add_compile_options("-DMOCK_RPI")
5+
add_compile_options("-g")
66

77
include_directories(
88
.
@@ -44,4 +44,4 @@ add_library(PropulsionFunctions
4444
)
4545
include(GoogleTest)
4646
gtest_discover_tests(run_tests)
47-
#Gtest end
47+
#Gtest end

0 commit comments

Comments
 (0)