raylib/templates/advance_game
Ahmad Fatoum c1b9104d54
Makefile: Remove unnecessary -no-pie for older GCC support
Currently, if:
* GCC doesn't supports -no-pie: Build error
* GCC supports -no-pie
    * GCC is not configured with --enable-default-pie: No-op
    * GCC is configured with --enable-default-pie:
            Slightly worse performance because we still generate -fpie code
            (-pie affects linker, -fpie affects compiler)

So instead of probing for existence of -fno-pie -no-pie, remove it altogether.

Fixes #540: Build breakage on Debian 8 with gcc 4.9.
2018-05-12 11:41:12 +02:00
..
resources Review templates for Android 2017-10-14 12:25:08 +02:00
screens BREAKING CHANGE: Renamed SpriteFont type to Font 2018-05-04 16:59:48 +02:00
advance_game.c BREAKING CHANGE: Renamed SpriteFont type to Font 2018-05-04 16:59:48 +02:00
Makefile Makefile: Remove unnecessary -no-pie for older GCC support 2018-05-12 11:41:12 +02:00
Makefile.Android Some reviews for Android compilation 2018-02-11 01:48:53 +01:00