File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
* .exe
14
14
* .dll
15
+ * .dwo
15
16
* .do
16
17
* .o
17
18
* .obj
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ libjulia-release: $(build_shlibdir)/libjulia.$(JL_MAJOR_MINOR_SHLIB_EXT) $(PUBLI
283
283
clean :
284
284
-rm -fr $(build_shlibdir ) /libjulia* $(build_shlibdir ) /libccalltest*
285
285
-rm -f $(BUILDDIR ) /julia_flisp.boot $(BUILDDIR ) /julia_flisp.boot.inc
286
- -rm -f $(BUILDDIR ) /* .dbg.obj $(BUILDDIR ) /* .o $(BUILDDIR ) /* .$(SHLIB_EXT ) $(BUILDDIR ) /* .a
286
+ -rm -f $(BUILDDIR ) /* .dbg.obj $(BUILDDIR ) /* .o $(BUILDDIR ) /* .dwo $( BUILDDIR ) / * . $(SHLIB_EXT ) $(BUILDDIR ) /* .a
287
287
-rm -f $(BUILDDIR ) /julia_version.h
288
288
289
289
clean-flisp :
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ static inline unsigned long JL_CONST_FUNC jl_thread_self(void)
156
156
* we use only a compiler (signal) barrier and use the signal handler to do the
157
157
* synchronization in order to lower the mutator overhead as much as possible.
158
158
*
159
- * We use the compiler instrinsics to implement a similar API to the c11/c++11
159
+ * We use the compiler intrinsics to implement a similar API to the c11/c++11
160
160
* one instead of using it directly because,
161
161
*
162
162
* 1. We support GCC 4.7 and GCC add support for c11 atomics in 4.9.
You can’t perform that action at this time.
0 commit comments