diff --git a/compile.sh b/compile.sh index 9961354..ee23e93 100755 --- a/compile.sh +++ b/compile.sh @@ -68,7 +68,7 @@ cd build echo "Compiling Asperite" cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=Release \ -DLAF_BACKEND=skia \ -DSKIA_DIR=/dependencies/skia \ -DSKIA_LIBRARY_DIR=/dependencies/skia/out/Release-x64 \