Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Turns out it was built in Debug on Windows this whole time
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jul 21, 2023
1 parent ec26e8e commit 509c8ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ if(APPLE)
add_definitions(-Wno-deprecated-declarations -Wno-many-braces-around-scalar-init)
endif()

if (WIN32)
add_definitions(-DCMAKE_CONFIGURATION_TYPES=Release)
endif()

option(SFML_BUILD_AUDIO "Build audio" OFF)
option(SFML_BUILD_NETWORK "Build network" OFF)

Expand Down

0 comments on commit 509c8ba

Please sign in to comment.