Skip to content
Snippets Groups Projects
Commit c446f327 authored by deuce's avatar deuce
Browse files

Don't require gcc

parent 6125a2b6
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ ifeq ($(OS),netbsd) ...@@ -8,7 +8,7 @@ ifeq ($(OS),netbsd)
FLAGS += -D__unix__ FLAGS += -D__unix__
endif endif
# Somebody make this compile under gcc. :-) I'll get you started: # Somebody make this compile under gcc. :-) I'll get you started:
CC = gcc CC ?= gcc
FLAGS += -O2 -Wall -std=c99 -pedantic -I../../odoors -L../../odoors/libs-`uname` FLAGS += -O2 -Wall -std=c99 -pedantic -I../../odoors -L../../odoors/libs-`uname`
ifdef PROFILE ifdef PROFILE
FLAGS += -pg FLAGS += -pg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment