mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 20:18:47 +02:00
CI: Add 32/64 bit build variations to builds with extra warnings.
This commit is contained in:
@ -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 =
|
||||
|
||||
|
Reference in New Issue
Block a user