Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Dec 12, 2024
2 parents a220e38 + 49b69b6 commit 4bc0ed0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ for:

environment:
matrix:
- job_name: Linux ARM 64-bit
appveyor_build_worker_image: *linux
ARCH: aarch64
- job_name: Linux ARM 32-bit
appveyor_build_worker_image: *linux
ARCH: armv7l
- job_name: Windows x86 64-bit
appveyor_build_worker_image: *windows
ARCH: x64
Expand All @@ -157,12 +163,6 @@ environment:
- job_name: Linux x86 32-bit
appveyor_build_worker_image: *linux
ARCH: i686
- job_name: Linux ARM 64-bit
appveyor_build_worker_image: *linux
ARCH: aarch64
- job_name: Linux ARM 32-bit
appveyor_build_worker_image: *linux
ARCH: armv7l

deploy:
provider: GitHub
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ if(WIN32)
)
endif()
else()
add_compile_options(-fsigned-char -fstack-protector-strong -fdiagnostics-color)
target_compile_options(${PROJECT_NAME} PRIVATE -fsigned-char -fstack-protector-strong -fdiagnostics-color)
endif()


Expand Down

0 comments on commit 4bc0ed0

Please # to comment.