Skip to content

Commit 872f14a

Browse files
committed
Updated build scripts and dependencies
1 parent 0f77574 commit 872f14a

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.cproject

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<listOptionValue builtIn="false" value="USE_LIBXRANDR"/>
6565
</option>
6666
<option id="gnu.cpp.compiler.option.dialect.std.197954724" name="Language standard" superClass="gnu.cpp.compiler.option.dialect.std" useByScannerDiscovery="true" value="gnu.cpp.compiler.dialect.c++11" valueType="enumerated"/>
67-
<option id="gnu.cpp.compiler.option.other.other.254051967" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 $(shell pkg-config --cflags jack libpipewire-0.3 x11 cairo sndfile gl freetype2 fontconfig xrandr gstreamer-audio-1.0)" valueType="string"/>
67+
<option id="gnu.cpp.compiler.option.other.other.254051967" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -m64 -msse -msse2 $(shell pkg-config --cflags jack) $(shell pkg-config --cflags libpipewire-0.3) $(shell pkg-config --cflags x11) $(shell pkg-config --cflags cairo) $(shell pkg-config --cflags sndfile) $(shell pkg-config --cflags gl) $(shell pkg-config --cflags freetype2) $(shell pkg-config --cflags fontconfig) $(shell pkg-config --cflags xrandr) $(shell pkg-config --cflags gstreamer-audio-1.0)" valueType="string"/>
6868
<option id="gnu.cpp.compiler.option.warnings.toerrors.525712114" name="Warnings as errors (-Werror)" superClass="gnu.cpp.compiler.option.warnings.toerrors" useByScannerDiscovery="false" value="true" valueType="boolean"/>
6969
<option id="gnu.cpp.compiler.option.debugging.sanitaddress.1693651654" name="Sanitize address (-fsanitize=address)" superClass="gnu.cpp.compiler.option.debugging.sanitaddress" useByScannerDiscovery="false" value="true" valueType="boolean"/>
7070
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.449118389" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
@@ -86,7 +86,7 @@
8686
<listOptionValue builtIn="false" value="USE_LIBX11"/>
8787
<listOptionValue builtIn="false" value="USE_LIBXRANDR"/>
8888
</option>
89-
<option id="gnu.c.compiler.option.misc.other.1620238063" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 $(shell pkg-config --cflags jack libpipewire-0.3 x11 cairo sndfile gl freetype2 fontconfig xrandr gstreamer-audio-1.0)" valueType="string"/>
89+
<option id="gnu.c.compiler.option.misc.other.1620238063" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -m64 -msse -msse2 $(shell pkg-config --cflags jack) $(shell pkg-config --cflags libpipewire-0.3) $(shell pkg-config --cflags x11) $(shell pkg-config --cflags cairo) $(shell pkg-config --cflags sndfile) $(shell pkg-config --cflags gl) $(shell pkg-config --cflags freetype2) $(shell pkg-config --cflags fontconfig) $(shell pkg-config --cflags xrandr) $(shell pkg-config --cflags gstreamer-audio-1.0)" valueType="string"/>
9090
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.398423821" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
9191
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/include}&quot;"/>
9292
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/modules/lsp-plugins-shared/include}&quot;"/>
@@ -108,7 +108,7 @@
108108
</tool>
109109
<tool id="cdt.managedbuild.tool.gnu.c.linker.exe.debug.2125987081" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.debug"/>
110110
<tool commandLinePattern="${COMMAND} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} ${FLAGS}" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.1192217523" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug">
111-
<option id="gnu.cpp.link.option.flags.372033104" name="Linker flags" superClass="gnu.cpp.link.option.flags" useByScannerDiscovery="false" value="-fsanitize=address $(shell pkg-config --libs jack libpipewire-0.3 x11 cairo sndfile gl freetype2 fontconfig xrandr gstreamer-audio-1.0)" valueType="string"/>
111+
<option id="gnu.cpp.link.option.flags.372033104" name="Linker flags" superClass="gnu.cpp.link.option.flags" useByScannerDiscovery="false" value="-fsanitize=address $(shell pkg-config --libs jack) $(shell pkg-config --libs libpipewire-0.3) $(shell pkg-config --libs x11) $(shell pkg-config --libs cairo) $(shell pkg-config --libs sndfile) $(shell pkg-config --libs gl) $(shell pkg-config --libs freetype2) $(shell pkg-config --libs fontconfig) $(shell pkg-config --libs xrandr) $(shell pkg-config --libs gstreamer-audio-1.0)" valueType="string"/>
112112
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.link.option.libs.1822061934" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" useByScannerDiscovery="false" valueType="libs">
113113
<listOptionValue builtIn="false" value="pthread"/>
114114
<listOptionValue builtIn="false" value="rt"/>
@@ -120,6 +120,7 @@
120120
</inputType>
121121
</tool>
122122
<tool id="cdt.managedbuild.tool.gnu.assembler.exe.debug.208832359" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.exe.debug">
123+
<option defaultValue="gnu.asm.debugging.level.default" id="gnu.asm.option.debugging.level.1554762209" name="Debug level" superClass="gnu.asm.option.debugging.level" valueType="enumerated"/>
123124
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.604586832" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
124125
</tool>
125126
</toolChain>
@@ -174,7 +175,7 @@
174175
</fileInfo>
175176
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.619973679.810899007" name="avx_nz.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-dsp-lib/src/main/x86/avx_nz.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.334612912">
176177
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.334612912" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419">
177-
<option id="gnu.cpp.compiler.option.other.other.1358257107" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -mavx -mno-vzeroupper" valueType="string"/>
178+
<option id="gnu.cpp.compiler.option.other.other.1358257107" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -mavx -mno-vzeroupper" valueType="string"/>
178179
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.422837315" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
179180
</tool>
180181
</fileInfo>
@@ -274,7 +275,7 @@
274275
</fileInfo>
275276
<fileInfo id="cdt.managedbuild.config.gnu.exe.release.1298618321.851756515" name="avx_nz.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-dsp-lib/src/main/x86/avx_nz.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.442760585.1552944637">
276277
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.442760585.1552944637" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.442760585">
277-
<option id="gnu.cpp.compiler.option.other.other.29732702" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -mavx -mno-vzeroupper" valueType="string"/>
278+
<option id="gnu.cpp.compiler.option.other.other.29732702" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -mavx -mno-vzeroupper" valueType="string"/>
278279
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.223210008" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
279280
</tool>
280281
</fileInfo>
@@ -433,7 +434,7 @@
433434
</fileInfo>
434435
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.619973679.2053448379.555039514" name="avx_nz.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-dsp-lib/src/main/x86/avx_nz.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1345866888.1973560577">
435436
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1345866888.1973560577" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.1345866888">
436-
<option id="gnu.cpp.compiler.option.other.other.1618666080" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -mavx -mno-vzeroupper" valueType="string"/>
437+
<option id="gnu.cpp.compiler.option.other.other.1618666080" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -fmessage-length=0 -mavx -mno-vzeroupper" valueType="string"/>
437438
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.317222652" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
438439
</tool>
439440
</fileInfo>

0 commit comments

Comments
 (0)