Skip to content

Commit

Permalink
Merge pull request #56 from gaskelld/master
Browse files Browse the repository at this point in the history
Update CTP Makefile for RHEL9
  • Loading branch information
gaskelld authored May 14, 2024
2 parents a0f322d + 26c0063 commit 0d45a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTP/Makefile.variables
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ g77flags = -Wimplicit
export #export all variables
unexport getversion gccversion g77flags message #except these ones

CFLAGS = -Wall -W -O -ggdb #-pg #-pedantic
CFLAGS = -Wall -W -O -ggdb -I/usr/include/tirpc #-pg #-pedantic
#CFLAGS = -Wall -W
CXXFLAGS := $(CFLAGS)
#FFLAGS = -O -ffixed-line-length-132 -ggdb -Wall -W -fbounds-check #-pg #-pedantic
Expand Down

0 comments on commit 0d45a21

Please sign in to comment.