Skip to content

Commit

Permalink
Add -ansi -pedantic compilation flags for Mac build, as extra diagnos…
Browse files Browse the repository at this point in the history
…tic information.
  • Loading branch information
nigels-com committed Jun 13, 2015
1 parent 9580ab4 commit 044b9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/Makefile.darwin
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ NAME = $(GLEW_NAME)
CC = cc
LD = cc
CFLAGS.EXTRA = -dynamic -fno-common
CFLAGS.EXTRA += -ansi -pedantic
#CFLAGS.EXTRA += -no-cpp-precomp
LDFLAGS.EXTRA =
ifneq (undefined, $(origin GLEW_APPLE_GLX))
Expand Down

0 comments on commit 044b9ff

Please sign in to comment.