Skip to content

Commit

Permalink
Enable XC warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Apr 8, 2024
1 parent 950059b commit 129c710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unix/hlib/mkpkg.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $set MACH = $(IRAFARCH) # machine/fpu type
$set HOSTID = unix # host system name
$set SITEID = noao # site name

$set XFLAGS = "-c -w" # default XC compile flags
$set XVFLAGS = "-c -w" # VOPS XC compile flags
$set XFLAGS = "-c -x" # default XC compile flags
$set XVFLAGS = "-c -x" # VOPS XC compile flags
$set LFLAGS = "" # default XC link flags

$set USE_LIBMAIN = yes # update lib$libmain.o (root object)
Expand Down

0 comments on commit 129c710

Please sign in to comment.