mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
CI: Add 32/64 bit build variations to builds with extra warnings.
This commit is contained in:
parent
1742ca45c5
commit
bf6d1ba3d1
2 changed files with 21 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ endif
|
|||
OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
|
||||
UNAME_S := $(shell uname -s)
|
||||
|
||||
CXXFLAGS = -I../ -I../../
|
||||
CXXFLAGS += -I../ -I../../
|
||||
CXXFLAGS += -g -Wall -Wformat
|
||||
LIBS =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue