aboutsummaryrefslogtreecommitdiff
path: root/Shared.makefile
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-04-14 16:21:45 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2025-04-14 16:21:45 +0200
commit9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777 (patch)
treef85898396b39932e750d5a0352d755fa7c6b9745 /Shared.makefile
parent92a8e79802c039af2da97e50f0b9ed5ca5e2023c (diff)
downloadlanes-9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777.tar.gz
lanes-9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777.tar.bz2
lanes-9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777.zip
Makefile tweaks
Diffstat (limited to '')
-rw-r--r--Shared.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shared.makefile b/Shared.makefile
index 492c05d..d1a96fb 100644
--- a/Shared.makefile
+++ b/Shared.makefile
@@ -5,7 +5,7 @@ CC := g++ -std=c++20
5LIBFLAG := -shared 5LIBFLAG := -shared
6 6
7OPT_FLAGS := -O2 7OPT_FLAGS := -O2
8# -O0 -g 8#OPT_FLAGS := -O0 -g3
9 9
10ifeq "$(findstring MINGW,$(shell uname -s))" "MINGW" 10ifeq "$(findstring MINGW,$(shell uname -s))" "MINGW"
11 # MinGW MSYS on Windows 11 # MinGW MSYS on Windows