Changeset 4762301 in opengl-game for makefile


Ignore:
Timestamp:
Jun 6, 2019, 1:13:48 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
17f28a1
Parents:
b373466
Message:

Make CrashLogger work for Debian-based systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    rb373466 r4762301  
    11OS = $(shell uname)
    22CC = g++
    3 CFLAGS = -std=c++0x -Wall -pedantic#-Wextra -fno-inline
     3CFLAGS = -std=c++0x -Wall -pedantic -rdynamic
     4#-Wextra -fno-inline
    45
    56ifeq ($(OS),Darwin)
Note: See TracChangeset for help on using the changeset viewer.