Skip to content

Commit

Permalink
Add compile definitions for Experimental Outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehue committed Nov 9, 2023
1 parent d338c3c commit d84e00d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions full/stm32f411.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ set(compile_and_link_options -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softf
add_compile_options(${compile_and_link_options})
add_compile_options(-gdwarf-2 -mthumb -g3)

# Definitions for Experimental Outcome
add_compile_definitions(SYSTEM_ERROR2_NOT_POSIX)
add_compile_definitions(OUTCOME_DISABLE_EXECINFO)

add_link_options(${compile_and_link_options})
add_link_options(-Wl,-T${linker_script})
add_link_options(
Expand Down
2 changes: 1 addition & 1 deletion linux-x86/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.10
FROM ubuntu:23.04

ENV HOME="/"

Expand Down

0 comments on commit d84e00d

Please sign in to comment.