*** trunk/Makefile 2015/09/29 08:26:40 3
--- trunk/Makefile 2015/09/29 08:31:02 4
***************
*** 1,7 ****
#
# Makefile for mac2eui64.
#
! # Copyright (C) 2003 Trond Endrestøl <trond@ramstind.gtf.ol.no>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
--- 1,7 ----
#
# Makefile for mac2eui64.
#
! # Copyright (C) 2003 Trond Endrestøl <Trond.Endrestol@ximalas.info>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
***************
*** 25,33 ****
#
PREFIX = /usr/local
BINPREFIX = $(PREFIX)/bin
! CC = gcc
! LD = gcc
! CFLAGS = -g0 -O3
LDFLAGS = -s
INSTALL = install
INSTALLFLAGS = -C -d -g 0 -m 555 -o 0 -p
--- 25,33 ----
#
PREFIX = /usr/local
BINPREFIX = $(PREFIX)/bin
! CC = clang36
! LD = clang36
! CFLAGS = -std=c11 -Weverything -g0 -O3
LDFLAGS = -s
INSTALL = install
INSTALLFLAGS = -C -d -g 0 -m 555 -o 0 -p
|