Skip to content
Snippets Groups Projects
Commit 5cd19410 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

modifs pour SGI

parent f520170a
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,10 @@ manext = 1 ...@@ -23,9 +23,10 @@ manext = 1
# The name of your C compiler: # The name of your C compiler:
#CC= gcc #CC= gcc
CC= g++ CC= g++
C_FLAGS= -O
# You may need to adjust these cc options: # You may need to adjust these cc options:
CFLAGS= -O -I$(srcdir) CFLAGS= $(C_FLAGS) -I$(srcdir)
# Generally, we recommend defining any configuration symbols in jconfig.h, # Generally, we recommend defining any configuration symbols in jconfig.h,
# NOT via -D switches here. # NOT via -D switches here.
# However, any special defines for ansi2knr.c may be included here: # However, any special defines for ansi2knr.c may be included here:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment