Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Jun 16, 2024
1 parent 73cac8f commit 1724951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jlama-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<env key="LIB_DIR" value="${nativeLibOnlyDir}" />
<env key="OBJ_DIR" value="${nativeObjsOnlyDir}" />
<env key="JNI_PLATFORM" value="${jni.platform}" />
<env key="CFLAGS" value="-O3 -mavx2 -march=native -Werror -Wno-attributes -fPIC -ffreestanding -fno-omit-frame-pointer -Wunused-variable" />
<env key="CFLAGS" value="-O3 -mavx2 -march=native -Werror -Wno-attributes -fPIC -ffreestanding -fstack-protector-all -fno-omit-frame-pointer -Wunused-variable" />
<env key="LDFLAGS" value="-shared" />
<env key="LIB_NAME" value="${nativeLibName}" />
<env KEY="LIB_EXT" value="dll" />
Expand Down

0 comments on commit 1724951

Please sign in to comment.