diff --git a/base/src/main/c/make-pni.sh b/base/src/main/c/make-pni.sh index 37ec7691..593e73e9 100755 --- a/base/src/main/c/make-pni.sh +++ b/base/src/main/c/make-pni.sh @@ -28,7 +28,6 @@ fi gcc -std=gnu99 -O2 \ $GCC_OPTS \ - -DPNI_GRAAL=1 \ -I "$GENERATED_PATH" \ -shared -Werror -fPIC \ $GENERATED_PATH/pni.c \