Skip to content

Commit

Permalink
test: correct flags for Windows
Browse files Browse the repository at this point in the history
Adjust the flags for the LLDB test on Windows.  This test was previously
not running, but after the fix to the python detection, we now run this.
  • Loading branch information
compnerd committed Dec 24, 2019
1 parent 1399281 commit 4b0563f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -6,6 +6,8 @@ endif

ifeq "$(OS)" "Darwin"
LD_EXTRAS = -Xlinker -dead_strip
else ifeq "$(OS)" "Windows_NT"
CFLAGS_EXTRAS += /Gw /Gy
else
CFLAGS_EXTRAS += -fdata-sections -ffunction-sections
LD_EXTRAS = -Wl,--gc-sections
Expand Down

0 comments on commit 4b0563f

Please sign in to comment.