Skip to content

Commit

Permalink
Remove -static from Radar problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 30, 2023
1 parent ea9cda7 commit e52afac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/Radar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ SHARED_DIR = ../shared
C_FLAGS = -Wall -O3 -fPIC

ifeq ($(OS),Windows_NT)
C_FLAGS += -static
EXT = dll
else
EXT = so
Expand Down

0 comments on commit e52afac

Please sign in to comment.