Compare commits
4 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b3a1e1835 | ||
|
|
8e53579682 | ||
|
|
0d8f262185 | ||
|
|
fc6f41d89b |
@@ -51,17 +51,7 @@ set_target_properties(argon PROPERTIES
|
||||
find_package(BDWgc REQUIRED)
|
||||
find_package(gmp REQUIRED)
|
||||
|
||||
target_compile_options(argon PRIVATE -O3 -Wall -s)
|
||||
if(MSVC)
|
||||
# Disable warning C4061 (enum in switch not handled)
|
||||
target_compile_options(argon PRIVATE /wd4061)
|
||||
|
||||
# Disable Spectre mitigation warning C5045
|
||||
target_compile_options(argon PRIVATE /wd5045)
|
||||
|
||||
# Optionally, remove "treat warnings as errors" if enabled
|
||||
# target_compile_options(argon PRIVATE /WX-) # uncomment if you previously used /WX
|
||||
endif()
|
||||
target_compile_options(argon PRIVATE -O3 -Wall -Wextra -Wno-unused-function -s)
|
||||
if(NOT APPLE)
|
||||
target_link_options(argon PRIVATE -static)
|
||||
endif()
|
||||
|
||||
8
conan/profiles/windows-mingw
Normal file
8
conan/profiles/windows-mingw
Normal file
@@ -0,0 +1,8 @@
|
||||
[settings]
|
||||
os=Windows
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=13
|
||||
compiler.cppstd=gnu17
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Release
|
||||
Reference in New Issue
Block a user