Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 5, 2023
1 parent 766e68c commit 403ca72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ if(MSVC)
add_definitions(-DJUCE_PLUGINHOST_VST -DJUCE_ASIO)
endif()

if (CMAKE_BUILD_TYPE MATCHES Release OR CMAKE_BUILD_TYPE MATCHES MinSizeRel)
add_definitions(-DNDEBUG)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -ffast-math -ftree-vectorize")
endif ()

file(GLOB EIM_SRC_FILES "src/*.cpp" "src/*.h")

add_subdirectory(JavaSharedMemory)
Expand Down

0 comments on commit 403ca72

Please sign in to comment.