Skip to content

Commit

Permalink
fix: trying to fix Windows pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
klonyyy committed Sep 24, 2024
1 parent b6d32c8 commit 986fd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ add_compile_options(-Wall
-Wpedantic
-Wno-unused-parameter
-Wno-missing-field-initializers
-mbig-obj)
-Wa,-mbig-obj)

set(JLINK_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/jlink/inc/)

Expand Down

0 comments on commit 986fd2c

Please sign in to comment.