mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
12 lines
268 B
Diff
12 lines
268 B
Diff
--- ira/Makefile 2015-09-11 09:25:13.000000000 +0200
|
|
+++ ira/Makefile 2015-09-11 09:21:37.000000000 +0200
|
|
@@ -2,7 +2,7 @@
|
|
EXT =
|
|
CC = gcc
|
|
CCOUT = -o
|
|
-COPTS = -c -O2
|
|
+COPTS = -c -O2 -Wall -Wno-pointer-sign -Wno-unused-result
|
|
LD = $(CC)
|
|
LDOUT = $(CCOUT)
|
|
LDFLAGS =
|