modificat Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -121,7 +121,7 @@ print-variables:
|
|||||||
@echo RM: $(RM)
|
@echo RM: $(RM)
|
||||||
|
|
||||||
raspi3:
|
raspi3:
|
||||||
$(CXX) $(SOURCES) -D NO_SHADERS $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE)
|
$(CXX) $(SOURCES) -D NO_SHADERS -D VERBOSE $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE)
|
||||||
strip -s -R .comment -R .gnu.version $(TARGET_FILE) --strip-unneeded
|
strip -s -R .comment -R .gnu.version $(TARGET_FILE) --strip-unneeded
|
||||||
|
|
||||||
raspi5:
|
raspi5:
|
||||||
|
|||||||
Reference in New Issue
Block a user