summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-07 00:39:08 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-07 00:39:08 +0200
commit73656aff947dd09f6ca4f3b9be0d58e888dcba87 (patch)
treeb6f42aa570d5e50ec535062e7de32a907978bdd8 /makefile
parentaa1b443f793317c84613e12ff0fd943f4ae338ad (diff)
PPC: Adding support for more instructions, adding support header for GNU
as (using the BPP preprocessor) Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index acbe0bc..04d6ae1 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ COMMON_INC=-IHeaders -I./
ifeq ($(shell uname), "Darwin")
LINK_CC=g++ -std=c++20
else
-LINK_CC=x86_64-w64-mingw32-g++ -std=c++20
+LINK_CC=x86_64-w64-mingw32-g++ -std=c++20 -Xlinker -s
endif
WINRES=windres