diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-10-11 18:57:09 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-10-11 19:47:28 +0200 |
commit | 9d185f309151a198e2f51e613e9a9dfaff5f6d6d (patch) | |
tree | 91750e4ada83da0dd2bc5fbb8477af1afdf04ea5 /build.sh | |
parent | 1ca4dcfbdb38a41316b6013cb4090ecf03bf4994 (diff) |
Use p4 preset on older gpus (kepler family) because of performance
with p7
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ libs="$(pkg-config --libs $dependencies) -ldl -pthread -lm" g++ -c src/sound.cpp -O2 -g0 -DNDEBUG $includes g++ -c src/main.cpp -O2 -g0 -DNDEBUG $includes g++ -o gpu-screen-recorder -O2 sound.o main.o -s $libs +echo "Successfully built gpu-screen-recorder"
\ No newline at end of file |