Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
BeWorld2018 committed Nov 5, 2024
1 parent b41f762 commit 408a981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/morphos/devenv/makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Makefile to build the SDL 2 Library

CC = ppc-morphos-gcc-9 -noixemul
CC = ppc-morphos-gcc-11 -noixemul
INCLUDE = -I../../../../include -I../sdk
CFLAGS = -mcpu=750 -mtune=7450 -O2 $(INCLUDE) -Wall -Wno-pointer-sign -fno-strict-aliasing -D_LARGEFILE64_SOURCE
CFLAGS = -mcpu=750 -mtune=7450 -O3 $(INCLUDE) -Wall -Wno-pointer-sign -fno-strict-aliasing -D_LARGEFILE64_SOURCE
AR = ppc-morphos-ar
CVI = /gg/bin/cvinclude.pl

Expand Down

0 comments on commit 408a981

Please sign in to comment.