Skip to content

Commit

Permalink
Fix XC debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Oct 2, 2017
1 parent db81ba6 commit c999fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/hlib/irafuser.sh
Expand Up @@ -69,7 +69,7 @@ case "$MACH" in

"linux64")
export HSI_CF="-g -DLINUX -DREDHAT -DPOSIX -DSYSV -DLINUX64 -DMACH64 -Wall -m64"
export HSI_XF="-g -Inolibc -w -/m64 -/Wunused"
export HSI_XF="-x -Inolibc -w -/m64 -/Wunused"
export HSI_FF="-g -m64 -DBLD_KERNEL"
export HSI_LF="-m64 "
export HSI_F77LIBS=""
Expand Down

0 comments on commit c999fc4

Please sign in to comment.