Skip to content

Commit

Permalink
[pni] fix: normally don't compile with PNI_GRAAL
Browse files Browse the repository at this point in the history
  • Loading branch information
wkgcass committed Jul 7, 2024
1 parent df2fe42 commit 82b62da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/src/main/c/make-pni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fi

gcc -std=gnu99 -O2 \
$GCC_OPTS \
-DPNI_GRAAL=1 \
-I "$GENERATED_PATH" \
-shared -Werror -fPIC \
$GENERATED_PATH/pni.c \
Expand Down

0 comments on commit 82b62da

Please sign in to comment.