Skip to content

Commit

Permalink
spade: make builds deterministic; don't compile in build date (#1614)
Browse files Browse the repository at this point in the history
make builds deterministic; don't compile in build date
  • Loading branch information
recursiveforte authored Apr 25, 2024
1 parent b8f2714 commit f5152ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/spade/src/rpi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pico_sdk_init()
add_definitions(-DSPADE_EMBEDDED -DSPADE_AUDIO)
add_definitions(-DSPADE_EMBEDDED -DSPADE_AUDIO -DPICO_NO_BI_PROGRAM_BUILD_DATE)
set(DCMAKE_BUILD_TYPE Debug)
target_compile_definitions(spade PRIVATE
# compile time configuration of I2S
Expand Down

0 comments on commit f5152ea

Please sign in to comment.