mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-4546 Fix cve
This commit is contained in:
parent
6d28042755
commit
05c958666e
8 changed files with 47 additions and 91 deletions
|
@ -2,7 +2,7 @@
|
|||
<configuration default="false" name="Run" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
||||
<module name="anytype-heart" />
|
||||
<working_directory value="$PROJECT_DIR$" />
|
||||
<go_parameters value="-a -tags "nomutexdeadlockdetector noauth nographviz" -ldflags="-extldflags=-Wl,-ld_classic"" />
|
||||
<go_parameters value="-tags "nomutexdeadlockdetector noauth nographviz"" />
|
||||
<envs>
|
||||
<env name="ANYDEBUG" value=":6061" />
|
||||
<env name="ANYPROF" value=":6060" />
|
||||
|
@ -11,6 +11,7 @@
|
|||
<env name="ANYTYPE_GRPCWEB_ADDR" value="127.0.0.1:31008" />
|
||||
<env name="CC" value="/usr/bin/cc" />
|
||||
<env name="CXX" value="/usr/bin/c++" />
|
||||
<env name="CGO_CFLAGS" value="-Wno-deprecated-declarations -Wno-deprecated-non-prototype -Wno-xor-used-as-pow" />
|
||||
</envs>
|
||||
<EXTENSION ID="net.ashald.envfile">
|
||||
<option name="IS_ENABLED" value="false" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue