fuck submodules part 3
This commit is contained in:
parent
a1a94dec51
commit
88dee75f7d
26 changed files with 2962 additions and 0 deletions
11
libraries/back/signal_handler_other.odin
Normal file
11
libraries/back/signal_handler_other.odin
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#+vet explicit-allocators
|
||||
#+build !linux
|
||||
#+build !darwin
|
||||
#+build !netbsd
|
||||
#+build !openbsd
|
||||
#+build !freebsd
|
||||
#+build !windows
|
||||
package back
|
||||
|
||||
@(private="package")
|
||||
_register_segfault_handler :: proc() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue