mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
📝 adjust build config
This commit is contained in:
@@ -15,6 +15,10 @@ if(MSVC)
|
||||
add_compile_options(/utf-8)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
add_compile_options(-mmacosx-version-min=10.15)
|
||||
endif()
|
||||
|
||||
# generate release executables
|
||||
set(CMAKE_BUILD_TYPE "Release")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user