Skip to content

Commit

Permalink
Fix to Makefile from leocomitale@f292905
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Apr 17, 2024
1 parent f244751 commit 001ab2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HELP=help/*.html
# Use Gnu compiler
#CC= gcc
# Use c99 to compile according to newer ISO C standards (IEEE Std 1003.1-2001)
CC= gcc -std=c99 -pedantic -D_XOPEN_SOURCE=600 -Wall
CC= gcc -std=c99 -pedantic -D_XOPEN_SOURCE=600 -Wall -fcommon
#AUTLIBS= -lsundials_cvode -lX11 -lm
#These are the 32bit compat libraries.
#AUTLIBS= -lf2c -lsundials_cvode -lX11 -lm
Expand Down

0 comments on commit 001ab2a

Please sign in to comment.