diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-14 16:21:45 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-14 16:21:45 +0200 |
commit | 9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777 (patch) | |
tree | f85898396b39932e750d5a0352d755fa7c6b9745 /Shared.makefile | |
parent | 92a8e79802c039af2da97e50f0b9ed5ca5e2023c (diff) | |
download | lanes-9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777.tar.gz lanes-9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777.tar.bz2 lanes-9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777.zip |
Makefile tweaks
Diffstat (limited to '')
-rw-r--r-- | Shared.makefile | 2 |
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 | |||
5 | LIBFLAG := -shared | 5 | LIBFLAG := -shared |
6 | 6 | ||
7 | OPT_FLAGS := -O2 | 7 | OPT_FLAGS := -O2 |
8 | # -O0 -g | 8 | #OPT_FLAGS := -O0 -g3 |
9 | 9 | ||
10 | ifeq "$(findstring MINGW,$(shell uname -s))" "MINGW" | 10 | ifeq "$(findstring MINGW,$(shell uname -s))" "MINGW" |
11 | # MinGW MSYS on Windows | 11 | # MinGW MSYS on Windows |