mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Adjust indentation
This commit is contained in:
parent
6cf75db7f2
commit
06580c379a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ LDFLAGS=
|
|||
|
||||
# temporary, for older gcc versions as they treat var in `if (type var = val)` as unused
|
||||
ifeq ($(findstring g++,$(shell $(CXX) --version)),g++)
|
||||
CXXFLAGS+=-Wno-unused
|
||||
CXXFLAGS+=-Wno-unused
|
||||
endif
|
||||
|
||||
# configuration-specific flags
|
||||
|
|
Loading…
Add table
Reference in a new issue