Skip to content

Commit 7db8ab4

Browse files
committed
Use safe optimizations on Linux
1 parent c9fc472 commit 7db8ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4.2.1
5353

5454
- name: Compile Library
55-
run: g++ -O3 -g -fPIC -shared -o FileSystem.so FileSystem.cc
55+
run: g++ -O2 -g -fPIC -shared -o FileSystem.so FileSystem.cc
5656

5757
- name: Test Node.js Module
5858
run: npm i

0 commit comments

Comments
 (0)